Skip to content
Commit 408a2a05 authored by Moses Christopher Bollavarapu's avatar Moses Christopher Bollavarapu Committed by Hans Verkuil
Browse files

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: default avatarMoses Christopher Bollavarapu <mosescb.dev@gmail.com>
Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 10694700
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment