Re: [PATCH] net: jme: remove unused initialization of 'rxdesc'

From: David Miller
Date: Thu Feb 01 2018 - 14:54:58 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 1 Feb 2018 16:58:42 +0000

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Pointer rxdesc is assigned a value that is never read, it is overwritten
> by a new assignment inside a while loop hence the initial assignment
> is redundant and can be removed.
>
> Cleans up clang warning:
> drivers/net/ethernet/jme.c:1074:17: warning: Value stored to 'rxdesc'
> during its initialization is never read
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.