diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-05 09:20:48 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-05 09:23:05 -0200 |
commit | 1011d24a2148f77aaa2d4afc1c0f48e40589d020 (patch) | |
tree | e5e7221f301a0abb82953c9120535ce09825c3aa /Documentation/dvb | |
parent | 3f7991357f6b33c82bf2135725847970ffd2ed83 (diff) | |
download | linux-1011d24a2148f77aaa2d4afc1c0f48e40589d020.tar.gz |
[media] stv090x: Fix delivery system setting
As sparse complains:
drivers/media/dvb-frontends/stv090x.c:3471:30: warning: mixing different enum types
drivers/media/dvb-frontends/stv090x.c:3471:30: int enum fe_delivery_system versus
drivers/media/dvb-frontends/stv090x.c:3471:30: int enum stv090x_delsys
There's actually an error when setting the delivery system on
stv090x_search(): it is using the DVBv5 macros as if they were
the stv090x ones.
Instead, we should convert between the two namespaces, returning
an error if an unsupported delivery system is requested.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/dvb')
0 files changed, 0 insertions, 0 deletions