提交 439be348 编写于 作者: H Heiner Kallweit 提交者: Mauro Carvalho Chehab

[media] media: cx23885: fix type of allowed_protos

Protocol lists are represented as 64-bit bitmaps,
therefore use u64 instead of unsigned long.
Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 850c8a7d
...@@ -268,7 +268,7 @@ int cx23885_input_init(struct cx23885_dev *dev) ...@@ -268,7 +268,7 @@ int cx23885_input_init(struct cx23885_dev *dev)
struct rc_dev *rc; struct rc_dev *rc;
char *rc_map; char *rc_map;
enum rc_driver_type driver_type; enum rc_driver_type driver_type;
unsigned long allowed_protos; u64 allowed_protos;
int ret; int ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册