]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: cx23885: fix type of allowed_protos
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 17 Nov 2015 06:33:25 +0000 (04:33 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 13:54:21 +0000 (11:54 -0200)
commita50ab2bf50d5a2fbf6989f971833f6a6aa2d8762
tree3ba0076d00f09df4222a6bb2f9b58155f6ada103
parent1a361c204896ac499490ac023f67378e2531b903
[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: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/cx23885/cx23885-input.c