]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita730245feea0610b93b64507c3762fd25fc11928
tree33f9faf9762a620c5a380feece2e9d8d1756f6c1
parent8efd1cbc40ee9555e22866649c3534b901ef8aad
[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