summaryrefslogtreecommitdiff
path: root/drivers/media/platform/omap3isp/isph3a_af.c
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2017-03-29 11:13:20 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-05-29 16:39:52 -0400
commitf42292040d31922ee4e4ea68e2f287fbc3bb2053 (patch)
tree2c2593bc2281a2db741eb681d27f3ada4cdfbaf8 /drivers/media/platform/omap3isp/isph3a_af.c
parent6995a659101bd4effa41cebb067f9dc18d77520d (diff)
media: staging: media: davinci_vpfe: Replace a bit shift
This patch replaces bit shifting on 1 with the BIT(x) macro. This was done with coccinelle: @@ constant c; @@ -1 << c +BIT(c) [mchehab+samsung@kernel.org: rebase on the top of upstream] Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/omap3isp/isph3a_af.c')
0 files changed, 0 insertions, 0 deletions