diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-09 09:47:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 06:37:18 -0400 |
commit | 9c44a5d76edf135cbe59e4ef990c6d592ee7e378 (patch) | |
tree | 4a684f10f8f499a941b141c6af742a30e0896eee /include | |
parent | 691cbbe354dc4eef4f196da0985da66b5172a49a (diff) |
[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 <m.chehab@samsung.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions