]> asedeno.scripts.mit.edu Git - linux.git/commit
media: staging: media: tegra-vde: Remove BIT() macro from UAPI header
authorDmitry Osipenko <digetx@gmail.com>
Sun, 2 Jun 2019 21:37:09 +0000 (17:37 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 21 Jun 2019 21:22:50 +0000 (17:22 -0400)
commit0f8cd165287bf777da3280e7cda8f51d9c3ed624
tree38ad4bbe83054cc55ae27ce30507e9b1d1bab4b3
parent56202c0cbe4fdeaeced6f5d2785b8a7ef4332905
media: staging: media: tegra-vde: Remove BIT() macro from UAPI header

The BIT macro isn't available in userspace. Checkpatch complains about
shifts being used instead of the macro and people are starting to send
patches without realizing that it's a UAPI header file. Hence let's
replace the BIT macro with a hex values to make everyone happy.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/staging/media/tegra-vde/uapi.h