From: Mauro Carvalho Chehab Date: Fri, 11 Mar 2011 19:51:18 +0000 (-0300) Subject: [media] several drivers: Fix a few gcc 4.6 warnings X-Git-Tag: v2.6.39-rc1~86^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972d724caf8b6c461b585c800d6460a12c098a5e;p=pandora-kernel.git [media] several drivers: Fix a few gcc 4.6 warnings au0828-dvb.c:99:6: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] au0828-video.c:1180:25: warning: variable 'maxheight' set but not used [-Wunused-but-set-variable] au0828-video.c:1180:15: warning: variable 'maxwidth' set but not used [-Wunused-but-set-variable] bttv-input.c:196:16: warning: variable 'current_jiffies' set but not used [-Wunused-but-set-variable] Those variables are not used at all, so just remove them. Cc: Steven Toth Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed