diff options
author | Colin Ian King <[email protected]> | 2021-09-29 11:54:58 +0100 |
---|---|---|
committer | Rob Clark <[email protected]> | 2021-10-15 13:26:33 -0700 |
commit | 76544e4bb1a05818181bc36d093a561f287afeba (patch) | |
tree | 55173663cb0129145a85266c6a62cc29d0fdc49c /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 9960f7a899f1ce526a34f646a95ff6964229d6ac (diff) |
drm/msm/dp: Remove redundant initialization of variable bpp
The variable bpp is being initialized with a value that is never
read, it is being updated later on in both paths of an if statement.
The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions