Re: [PATCH] idle/i7300: Add CONFIG_PCI dependency

2016-11-13 Thread Rafael J. Wysocki
On Sunday, October 30, 2016 05:32:47 PM Borislav Petkov wrote: > On Sun, Oct 30, 2016 at 07:54:44AM -0700, Randy Dunlap wrote: > > depends on PCI > > (no CONFIG_ prefix) > > Whoops! > > Thanks. FWIW, it didn't fire even with "depends on CONFIG_PCI" anymore. > Didn't investigate why though...

Re: [PATCH] idle/i7300: Add CONFIG_PCI dependency

2016-10-30 Thread Borislav Petkov
On Sun, Oct 30, 2016 at 07:54:44AM -0700, Randy Dunlap wrote: > depends on PCI > (no CONFIG_ prefix) Whoops! Thanks. FWIW, it didn't fire even with "depends on CONFIG_PCI" anymore. Didn't investigate why though... --- From: Borislav Petkov Date: Sun, 30 Oct 2016 14:39:28 +0100 Subject: [P

Re: [PATCH] idle/i7300: Add CONFIG_PCI dependency

2016-10-30 Thread Randy Dunlap
On 10/30/16 04:42, Borislav Petkov wrote: > From: Borislav Petkov > > ... in order to fix this randconfig build warning: > > drivers/idle/i7300_idle.c: In function ‘i7300_idle_stop’: > ./include/asm-generic/bug.h:117:24: warning: ‘got_ctl’ is used > uninitialized in this function [-Wuniniti