drm/komeda: Remove useless variable assignment
authorCarsten Haitzler <carsten.haitzler@arm.com>
Fri, 27 Nov 2020 11:00:27 +0000 (11:00 +0000)
committerLiviu Dudau <liviu.dudau@arm.com>
Fri, 18 Dec 2020 16:35:48 +0000 (16:35 +0000)
commit8e8fbfc682481b7f814985341020129161afd9de
tree68bceb2d09b097a94638c6c56b8a9f6c68d522d1
parent4b501262826f5b20f54433c586b111dd190bea25
drm/komeda: Remove useless variable assignment

ret is not actually read after this (only written in one case then
returned), so this assign line is useless. This removes that assignment.

Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201127110027.133569-1-carsten.haitzler@foss.arm.com
drivers/gpu/drm/arm/display/komeda/komeda_dev.c