diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2015-11-16 20:53:36 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 14:39:58 +0100 |
commit | c278504d2a65d1ca167e242af42d0732a305ed99 (patch) | |
tree | 33f9faf9762a620c5a380feece2e9d8d1756f6c1 /drivers | |
parent | [media] media: rc: move check whether a protocol is enabled to the core (diff) | |
download | linux-c278504d2a65d1ca167e242af42d0732a305ed99.tar.xz linux-c278504d2a65d1ca167e242af42d0732a305ed99.zip |
[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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions