Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1514768
| From | Jiri Kosina <jikos@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] HID: intel-ish-hid: Fix !CONFIG_PM build warning |
| Date | 2016-11-03 19:20 +0100 |
| Message-ID | <szuMh-7u4-19@gated-at.bofh.it> (permalink) |
| References | <sxzQ5-5uj-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, 29 Oct 2016, Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > Fix > > drivers/hid/intel-ish-hid/ipc/pci-ish.c:247:12: warning: ‘ish_suspend’ defined but not used [-Wunused-function] > static int ish_suspend(struct device *device) > ^ > drivers/hid/intel-ish-hid/ipc/pci-ish.c:282:12: warning: ‘ish_resume’ defined but not used [-Wunused-function] > static int ish_resume(struct device *device) > ^ > by sticking them in the CONFIG_PM range too. Applied to hid.git#for-4.9/upstream-fixes Thanks, -- Jiri Kosina SUSE Labs
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] HID: intel-ish-hid: Fix !CONFIG_PM build warning Borislav Petkov <bp@alien8.de> - 2016-10-29 13:20 +0200 Re: [PATCH] HID: intel-ish-hid: Fix !CONFIG_PM build warning Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-10-29 18:00 +0200 Re: [PATCH] HID: intel-ish-hid: Fix !CONFIG_PM build warning Jiri Kosina <jikos@kernel.org> - 2016-11-03 19:20 +0100
csiph-web