summaryrefslogtreecommitdiffstats
path: root/drivers/vlynq
diff options
context:
space:
mode:
authorDavid Howells2014-01-24 00:54:06 +0100
committerLinus Torvalds2014-01-24 01:36:55 +0100
commita79530e4d8c8ef2bece88f8dab680e541162f010 (patch)
tree9104aee3bcb9996ba671572709648c374030bf4b /drivers/vlynq
parentdrivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217... (diff)
downloadkernel-qcow2-linux-a79530e4d8c8ef2bece88f8dab680e541162f010.tar.gz
kernel-qcow2-linux-a79530e4d8c8ef2bece88f8dab680e541162f010.tar.xz
kernel-qcow2-linux-a79530e4d8c8ef2bece88f8dab680e541162f010.zip
drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backlight variable
Fix the following warning in the aty128fb driver: drivers/video/aty/aty128fb.c:363:12: warning: 'backlight' defined but not used [-Wunused-variable] static int backlight = 0; ^ as the variable's value is only read if CONFIG_FB_ATY128_BACKLIGHT=y. The variable is also set if MODULE is unset[*]. [*] I wonder if the conditional wrapper around aty128fb_setup() should be using CONFIG_MODULE rather than MODULE. Signed-off-by: David Howells <dhowells@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/vlynq')
0 files changed, 0 insertions, 0 deletions