From: Bruce Allan Date: Tue, 8 Dec 2009 07:28:01 +0000 (+0000) Subject: e1000e: replace incorrect use of GG82563_REG macro X-Git-Tag: v2.6.33-rc1~299^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0781895067444db98050a1537bafbc7a0235ec9f;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed