drivers: staging: media: omap4iss: Use BIT macro instead of left shifting
authorMoses Christopher Bollavarapu <mosescb.dev@gmail.com>
Fri, 21 Jan 2022 10:51:11 +0000 (11:51 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 7 Dec 2022 16:58:46 +0000 (17:58 +0100)
commit408a2a050f315e9ea146f1619fc5494cae4949b5
tree336a28839966223d74ecff903c40bdee0ba7e5f9
parent1069470070808cafa65d400c10e5c4791d0dc0df
drivers: staging: media: omap4iss: Use BIT macro instead of left shifting

There is a BIT(nr) macro available in Linux Kernel,
which does the same thing.

Example:  1 << 7  is same as BIT(7)

Signed-off-by: Moses Christopher Bollavarapu <mosescb.dev@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/staging/media/omap4iss/iss_video.h