drm/panel: tpo-td043mtea1: remove redundant assignment
authorColin Ian King <colin.king@canonical.com>
Sat, 17 Aug 2019 12:21:24 +0000 (13:21 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 17 Aug 2019 14:53:55 +0000 (16:53 +0200)
commitb0baf85bb27ab028e726619f9162498f193cacbe
tree00c66c914fbdf879227787576fae3d70b8c1986d
parent45f16c82db7e8020fafa1a470556d3460c951a17
drm/panel: tpo-td043mtea1: remove redundant assignment

Variable val is initialized to a value in a for-loop that is
never read and hence it is redundant. Remove it.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190817122124.29650-1-colin.king@canonical.com
drivers/gpu/drm/panel/panel-tpo-td043mtea1.c