From: Devendra Naga Date: Mon, 29 Apr 2013 22:05:31 +0000 (-0700) Subject: drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attr X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~128^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd472d3d2a9cace26eae924fe95ec21dc4a0502;p=pandora-kernel.git drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attr With make W=1 we get 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 Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed