From: Alexander Duyck Date: Fri, 6 Feb 2009 23:20:31 +0000 (+0000) Subject: igb: remove unnecessary adapter->hw calls when just hw-> will do. X-Git-Tag: v2.6.30-rc1~662^2~776 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b0759c224cad4ae8f5ed47f5af862dd2d1e1ed;p=pandora-kernel.git igb: remove unnecessary adapter->hw calls when just hw-> will do. There were several spots in the code making calls to adapter->hw when they could have just been accessing hw-> directly. I cleaned up the spots where this was visibly apparent. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed