From: Colin King <hidden> Date: 2019-06-11 17:09:25
From: Colin Ian King <redacted>
Currently variable ret is being initialized with -ENOENT however that
value is never read and ret is being re-assigned later on. Hence this
assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
---
drivers/video/fbdev/atmel_lcdfb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On Wed, Jun 12, 2019 at 09:55:30AM +0200, Nicolas Ferre - M43238 wrote:
On 11/06/2019 at 19:09, Colin King wrote:
quoted
External E-Mail
From: Colin Ian King <redacted>
Currently variable ret is being initialized with -ENOENT however that
value is never read and ret is being re-assigned later on. Hence this
assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
Indeed:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
On Wed, Jun 12, 2019 at 09:55:30AM +0200, Nicolas Ferre - M43238 wrote:
quoted
On 11/06/2019 at 19:09, Colin King wrote:
quoted
External E-Mail
From: Colin Ian King <redacted>
Currently variable ret is being initialized with -ENOENT however that
value is never read and ret is being re-assigned later on. Hence this
assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
Indeed:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>