Skip to content
Commit 46dfc23e authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

via-velocity: remove null pointer check on array tdinfo->skb_dma



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: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9438451e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment