Re: [PATCH][drm-next] drm/panel: remove redundant assignment to val

2019-08-17 Thread Sam Ravnborg
On Sat, Aug 17, 2019 at 01:21:24PM +0100, Colin King wrote: > From: Colin Ian King > > 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 Thanks. Applied and pu

[PATCH][drm-next] drm/panel: remove redundant assignment to val

2019-08-17 Thread Colin King
From: Colin Ian King 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 --- drivers/gpu/drm/panel/panel-tpo-td043mtea1.c | 2 +- 1 file changed, 1 insertion(+), 1 delet