igb: remove unnecessary adapter->hw calls when just hw-> will do.
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 6 Feb 2009 23:20:31 +0000 (23:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Feb 2009 10:43:13 +0000 (02:43 -0800)
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>
drivers/net/igb/igb_main.c

Simple merge