aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2013-07-08 17:33:10 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-07-30 17:01:13 -0300
commit58a61f99620d635fcdaf84c9b1818b79e11d28c5 (patch)
tree7dfe40620349b643940d40fca4db557dad173554 /drivers/media/usb/dvb-usb
parent[media] redrat3: errors on unplug (diff)
downloadlinux-dev-58a61f99620d635fcdaf84c9b1818b79e11d28c5.tar.xz
linux-dev-58a61f99620d635fcdaf84c9b1818b79e11d28c5.zip
[media] rc: allowed_protos now is a bit field
This one must have missed the conversion "c003ab1b [media] rc-core: add separate defines for protocol bitmaps and numbers". Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb')
-rw-r--r--drivers/media/usb/dvb-usb/m920x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/m920x.c b/drivers/media/usb/dvb-usb/m920x.c
index c2b635d6a17a..0306cb778df4 100644
--- a/drivers/media/usb/dvb-usb/m920x.c
+++ b/drivers/media/usb/dvb-usb/m920x.c
@@ -1212,7 +1212,7 @@ static struct dvb_usb_device_properties vp7049_properties = {
.rc_interval = 150,
.rc_codes = RC_MAP_TWINHAN_VP1027_DVBS,
.rc_query = m920x_rc_core_query,
- .allowed_protos = RC_TYPE_UNKNOWN,
+ .allowed_protos = RC_BIT_UNKNOWN,
},
.size_of_priv = sizeof(struct m920x_state),