summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-02-29 00:53:07 +0000
committerBen Skeggs <bskeggs@redhat.com>2020-05-22 11:13:49 +1000
commitcf0f64ff4f28b4ed0cae9a3a907eda95cbe69cfe (patch)
treee2e4f71a3031d9199a74bd7414ec0a0da8606231 /drivers/gpu/drm/exynos/exynos_hdmi.c
parente3d8b08904694e9ccae5163d0bb7d35fa66e5bdc (diff)
drm/nouveau/core/memory: remove redundant assignments to variable ret
The variable ret is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmi.c')
0 files changed, 0 insertions, 0 deletions