Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512079
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] idle/i7300: Add CONFIG_PCI dependency |
| Date | 2016-10-30 16:00 +0100 |
| Message-ID | <sxZKy-5YO-5@gated-at.bofh.it> (permalink) |
| References | <sxWMF-45D-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/30/16 04:42, Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > ... 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 [-Wuninitialized] > int __ret_warn_once = !!(condition); \ > ^ > drivers/idle/i7300_idle.c:415:5: note: ‘got_ctl’ was declared here > u8 got_ctl; > ^ > > Signed-off-by: Borislav Petkov <bp@suse.de> > Cc: Andy Henroid <andrew.d.henroid@intel.com> > Cc: linux-pm@vger.kernel.org > --- > drivers/idle/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig > index 4732dfc15447..c11ee3e657a6 100644 > --- a/drivers/idle/Kconfig > +++ b/drivers/idle/Kconfig > @@ -18,6 +18,7 @@ config I7300_IDLE_IOAT_CHANNEL > config I7300_IDLE > tristate "Intel chipset idle memory power saving driver" > select I7300_IDLE_IOAT_CHANNEL > + depends on CONFIG_PCI depends on PCI (no CONFIG_ prefix) > help > Enable memory power savings when idle with certain Intel server > chipsets. The chipset must have I/O AT support, such as the > -- ~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] idle/i7300: Add CONFIG_PCI dependency Borislav Petkov <bp@alien8.de> - 2016-10-30 12:50 +0100
Re: [PATCH] idle/i7300: Add CONFIG_PCI dependency Randy Dunlap <rdunlap@infradead.org> - 2016-10-30 16:00 +0100
Re: [PATCH] idle/i7300: Add CONFIG_PCI dependency Borislav Petkov <bp@alien8.de> - 2016-10-30 17:40 +0100
csiph-web