diff options
author | Moses Christopher Bollavarapu <mosescb.dev@gmail.com> | 2022-01-21 13:51:11 +0300 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-12-07 19:58:46 +0300 |
commit | 408a2a050f315e9ea146f1619fc5494cae4949b5 (patch) | |
tree | 336a28839966223d74ecff903c40bdee0ba7e5f9 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 1069470070808cafa65d400c10e5c4791d0dc0df (diff) | |
download | linux-408a2a050f315e9ea146f1619fc5494cae4949b5.tar.xz |
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>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions