e1000e: replace incorrect use of GG82563_REG macro
authorBruce Allan <bruce.w.allan@intel.com>
Tue, 8 Dec 2009 07:28:01 +0000 (07:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Dec 2009 04:10:11 +0000 (20:10 -0800)
commit0781895067444db98050a1537bafbc7a0235ec9f
treee308e319eab01bd958f41d5ae997cb871d6fef14
parent93a23f48df9c0111283302acd2a4ed2ef1d86453
e1000e: replace incorrect use of GG82563_REG macro

The GG82563_REG() macro should not be used to determine the offset provided
to the e1000e_[read|write]_kmrn_reg() functions since the first argument to
the macro is already implied and gets masked off anyway in the functions.
The resultant register reads/writes with this patch are functionally the
same as before.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/hw.h
drivers/net/e1000e/ich8lan.c