summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/dibx000_common.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-27 18:16:47 +0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 13:17:14 +0300
commit187e7d3b9b4e0b6b1c171846592e679e58a84cd2 (patch)
treefd2f7602f8a2f733c5e68d389ecf756a1935542b /drivers/media/dvb/frontends/dibx000_common.h
parent95f18be2e4f74255b46fcc23a9718cca9c7375c9 (diff)
downloadlinux-187e7d3b9b4e0b6b1c171846592e679e58a84cd2.tar.xz
[media] stv090x: Fix some compilation warnings
A few typos at the driver are causing the following warnings: drivers/media/dvb/frontends/stv090x.c: In function ‘stv090x_start_search’: drivers/media/dvb/frontends/stv090x.c:1486:27: warning: comparison between ‘enum stv090x_search’ and ‘enum stv090x_delsys’ drivers/media/dvb/frontends/stv090x.c:1487:24: warning: comparison between ‘enum stv090x_search’ and ‘enum stv090x_delsys’ drivers/media/dvb/frontends/stv090x.c: In function ‘stv090x_optimize_track’: drivers/media/dvb/frontends/stv090x.c:2943:2: warning: case value ‘4’ not in enumerated type ‘enum stv090x_delsys’ The first two are due to the lack of using the delsys types STV090x_DVBS1/STV090x_DSS instead of STV090x_SEARCH_DVBS1/STV090x_SEARCH_DSS The second one is due to the usage of STV090x_UNKNOWN (enum stv090x_modulation) instead of STV090x_ERROR (enum stv090x_delsys). Cc: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/dibx000_common.h')
0 files changed, 0 insertions, 0 deletions