Re: [PATCH] net: mvpp2: fix maybe-uninitialized warning

From: David Miller
Date: Fri Apr 01 2016 - 14:37:35 EST


From: Jisheng Zhang <jszhang@xxxxxxxxxxx>
Date: Thu, 31 Mar 2016 17:01:23 +0800

> This is to fix the following maybe-uninitialized warning:
>
> drivers/net/ethernet/marvell/mvpp2.c:6007:18: warning: 'err' may be
> used uninitialized in this function [-Wmaybe-uninitialized]
>
> Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxxx>

Applied.