diff options
author | 2021-09-29 11:54:58 +0100 | |
---|---|---|
committer | 2021-10-15 13:26:33 -0700 | |
commit | 76544e4bb1a05818181bc36d093a561f287afeba (patch) | |
tree | 55173663cb0129145a85266c6a62cc29d0fdc49c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/msm/dpu: Remove some nonsense (diff) | |
download | wireguard-linux-76544e4bb1a05818181bc36d093a561f287afeba.tar.xz wireguard-linux-76544e4bb1a05818181bc36d093a561f287afeba.zip |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions