diff options
author | Moses Christopher Bollavarapu <mosescb.dev@gmail.com> | 2022-02-06 19:52:32 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-02-08 07:22:25 +0100 |
commit | 64288aa9e4199078fffc091b2bcf7ca9834317b9 (patch) | |
tree | bf6145f5cb88dd9a9c605456f1a7d35ca26efdc2 /drivers/media/test-drivers/vimc/vimc-core.c | |
parent | 4caba767ca7b07fde3e895780d945b004d6a4275 (diff) |
media: staging: media: atomisp: Use BIT macro instead of left shifting
There is a BIT(nr) macro available in Linux Kernel,
which does the same thing.
Example: BIT(7) = (1UL << 7)
Link: https://lore.kernel.org/linux-media/20220206185232.21726-1-mosescb.dev@gmail.com
Signed-off-by: Moses Christopher Bollavarapu <mosescb.dev@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/test-drivers/vimc/vimc-core.c')
0 files changed, 0 insertions, 0 deletions