diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-09-29 11:54:58 +0100 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2021-10-15 13:26:33 -0700 |
commit | 76544e4bb1a05818181bc36d093a561f287afeba (patch) | |
tree | 55173663cb0129145a85266c6a62cc29d0fdc49c /tools/perf/scripts/python/stackcollapse.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 <colin.king@canonical.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210929105458.209895-1-colin.king@canonical.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions