diff options
author | Manivannan Sadhasivam <[email protected]> | 2020-05-01 00:35:50 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-05-05 16:56:41 +0200 |
commit | 115f32512f13c0280161908e9de45a97a87673bb (patch) | |
tree | fbb7749662968c261a6cd939e2a3fac81e23d9b9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d76bc8200f9cf8b6746e66b37317ba477eda25c4 (diff) |
bus: mhi: Fix parsing of mhi_flags
With the current parsing of mhi_flags, the following statement always
return false:
eob = !!(flags & MHI_EOB);
This is due to the fact that 'enum mhi_flags' starts with index 0 and we
are using direct AND operation to extract each bit. Fix this by using
BIT() macros for defining the flags so that the reset of the code need not
be touched.
Fixes: 189ff97cca53 ("bus: mhi: core: Add support for data transfer")
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions