https://github.com/torvalds/linux
Revision fe8e4e039dc3680681bf51af097af391f87038f8 authored by Larry Finger on 10 January 2009, 00:40:54 UTC, committed by Linus Torvalds on 10 January 2009, 00:54:41 UTC
Compilation of the HP WMI hotkeys code results in the following:

  CC [M]  drivers/platform/x86/hp-wmi.o
drivers/platform/x86/hp-wmi.c: In function hp_wmi_bios_setup:
drivers/platform/x86/hp-wmi.c:431: warning: ignoring return value of rfkill_register,
	 declared with attribute warn_unused_result
drivers/platform/x86/hp-wmi.c:441: warning: ignoring return value of rfkill_register,
	 declared with attribute warn_unused_result
drivers/platform/x86/hp-wmi.c:450: warning: ignoring return value of rfkill_register,
	 declared with attribute warn_unused_result

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 85c210e
History
Tip revision: fe8e4e039dc3680681bf51af097af391f87038f8 authored by Larry Finger on 10 January 2009, 00:40:54 UTC
hp-wmi: handle rfkill_register() failure
Tip revision: fe8e4e0
File Mode Size
Makefile -rw-r--r-- 207 bytes
alloc.c -rw-r--r-- 11.1 KB
anode.c -rw-r--r-- 14.2 KB
buffer.c -rw-r--r-- 3.9 KB
dentry.c -rw-r--r-- 1.5 KB
dir.c -rw-r--r-- 8.3 KB
dnode.c -rw-r--r-- 29.5 KB
ea.c -rw-r--r-- 10.3 KB
file.c -rw-r--r-- 3.8 KB
hpfs.h -rw-r--r-- 17.0 KB
hpfs_fn.h -rw-r--r-- 11.7 KB
inode.c -rw-r--r-- 8.3 KB
map.c -rw-r--r-- 7.9 KB
name.c -rw-r--r-- 4.1 KB
namei.c -rw-r--r-- 17.0 KB
super.c -rw-r--r-- 18.2 KB

back to top