]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attr
authorDevendra Naga <devendra.aaru@gmail.com>
Wed, 20 Mar 2013 04:06:53 +0000 (15:06 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:27:14 +0000 (16:27 +1100)
commitd9564008ca0c570e281eb0c01b1f950cc9c45dc1
tree35541a759713394831cf7d4b6361a7af53c662cc
parentfe2aa60a95f57dcfbd7d077e917d53c85fc91c55
drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attr

with make W=1

saw

drivers/video/console/fbcon_cw.c: In function `cw_update_attr':
drivers/video/console/fbcon_cw.c:30:8: warning: variable `t' set but not used [-Wunused-but-set-variable]

fixed by removing as since its used nowhere

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/console/fbcon_cw.c