Skip to content
Snippets Groups Projects
Commit c3105f84 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by David S. Miller
Browse files

ibmvnic: Use 'skb_frag_address()' instead of hand coding it


'page_address(skb_frag_page()) + skb_frag_off()' can be replaced by an
equivalent 'skb_frag_address()' which is less verbose.

Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0282bc6a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment