From: Bruce Allan Date: Thu, 19 Nov 2009 12:34:40 +0000 (+0000) Subject: e1000e: read of PHY register may access wrong page on 82578 X-Git-Tag: v2.6.32~30^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842ec8b64ac34e9b245da31b4a5a49c3e744a714;p=pandora-kernel.git e1000e: read of PHY register may access wrong page on 82578 Remove unnecessary workaround that mistakenly does not perform a page select operation for PHY registers 29 and 30 (assuming these are the PHY debug port address and data registers) on 82578 which can cause reads of the Transmit with No Carrier Sense statistics register on page 778 to be read from an incorrect page. Also error out if the page select operation fails. Signed-off-by: Bruce Allan Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed