From: Mauro Carvalho Chehab Date: Sun, 9 Mar 2014 13:47:01 +0000 (-0300) Subject: [media] drx-j: get rid of some unused vars X-Git-Tag: v3.15-rc1~85^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c44a5d76edf135cbe59e4ef990c6d592ee7e378;p=pandora-kernel.git [media] drx-j: get rid of some unused vars As reported when compiled with W=1: drivers/media/dvb-frontends/drx39xyj/drxj.c: In function ‘ctrl_set_channel’: drivers/media/dvb-frontends/drx39xyj/drxj.c:10340:26: warning: variable ‘common_attr’ set but not used [-Wunused-but-set-variable] struct drx_common_attr *common_attr = NULL; ^ drivers/media/dvb-frontends/drx39xyj/drxj.c:10336:6: warning: variable ‘intermediate_freq’ set but not used [-Wunused-but-set-variable] s32 intermediate_freq = 0; Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed