From: Jesse Gross Date: Tue, 26 Oct 2010 14:56:03 +0000 (+0000) Subject: igb: Fix unused variable warning. X-Git-Tag: v2.6.37-rc1~32^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1758012971e0410790b2bc96a77e26d7b286593;p=pandora-kernel.git igb: Fix unused variable warning. Commit eab6d18d "vlan: Don't check for vlan group before vlan_tx_tag_present" removed the need for the adapter variable in igb_xmit_frame_ring_adv(). This removes the variable as well to avoid the compiler warning. Reported-by: Stephen Rothwell Signed-off-by: Jesse Gross Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed