[media] media: rc: improve RC_BIT_ constant definition
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 16 Nov 2015 19:53:36 +0000 (17:53 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 13:39:58 +0000 (11:39 -0200)
commitc278504d2a65d1ca167e242af42d0732a305ed99
tree33f9faf9762a620c5a380feece2e9d8d1756f6c1
parentd80ca8bd71f0b01b2b12459189927cb3299cfab9
[media] media: rc: improve RC_BIT_ constant definition

The RC_BIT_ constants are used in 64-bit bitmaps.
In case of > 32 RC_BIT_ constants the current code will fail
on 32-bit systems.
Therefore define the RC_BIT_ constants as unsigned long long.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/media/rc-map.h
This page took 0.027694 seconds and 5 git commands to generate.