Re: [PATCH] cxgb4: Remove redundant memset before memcpy

From: David Miller
Date: Sat Jan 14 2017 - 12:00:46 EST


From: Shyam Saini <mayhs11saini@xxxxxxxxx>
Date: Sat, 14 Jan 2017 06:47:40 +0530

> The region set by the call to memset, immediately overwritten by
> the subsequent call to memcpy and thus makes the memset redundant.
>
> Also remove the memset((&info, 0, sizeof(info)) on line 398 because
> info is memcpy()'ed to before being used in the loop and it isn't
> used outside of the loop.
>
> Signed-off-by: Shyam Saini <mayhs11saini@xxxxxxxxx>

Applied to net-next, thanks.