diff options
| author | 2017-03-29 11:13:20 -0400 | |
|---|---|---|
| committer | 2019-05-29 16:39:52 -0400 | |
| commit | f42292040d31922ee4e4ea68e2f287fbc3bb2053 (patch) | |
| tree | 2c2593bc2281a2db741eb681d27f3ada4cdfbaf8 /tools/perf/scripts/python | |
| parent | media: staging: media: davinci_vpfe: - Fix for memory leak if decoder initialization fails. (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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
