Re: [PATCH] via-velocity: remove null pointer check on array tdinfo->skb_dma

From: David Miller
Date: Fri Sep 09 2016 - 21:17:53 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 8 Sep 2016 10:04:24 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> tdinfo->skb_dma is a 7 element array of dma_addr_t hence cannot be
> null, so the pull pointer check on tdinfo->skb_dma is redundant.
> Remove it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied, thanks Colin.