commit | 28b0759c224cad4ae8f5ed47f5af862dd2d1e1ed | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Feb 06 23:20:31 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 07 02:43:13 2009 -0800 |
tree | c99545bcc4733e2a1b93c8fa97dd6dc9ea14ed8c | |
parent | 8a900862a2402565564ddcc3c6ecefb1c239d7e1 [diff] |
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 <alexander.h.duyck@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>