Re: [PATCH] net: socionext: remove redundant pointer ndev

From: David Miller
Date: Thu Jul 05 2018 - 06:31:10 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 5 Jul 2018 10:26:13 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Pointer ndev is being assigned but is never used hence it is
> redundant and can be removed.
>
> Cleans up clang warning:
> warning: variable 'ndev' set but not used [-Wunused-but-set-variable]
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.