From: Eric Dumazet Date: Sun, 5 Oct 2014 09:35:17 +0000 (+0300) Subject: net/mlx4_en: Use local var in tx flow for skb_shinfo(skb) X-Git-Tag: fixes-against-v3.18-rc2~144^2~30^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d8839a44092cb4268ef2813c34d5dbf3363603;p=pandora-kernel.git net/mlx4_en: Use local var in tx flow for skb_shinfo(skb) Acces skb_shinfo(skb) once in tx flow. Also, rename @i variable to @i_frag to avoid confusion, as the "goto tx_drop_unmap;" relied on this @i variable. Signed-off-by: Eric Dumazet Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed