commit | 353064de8af3bf46757376db66c29fa87a9fda3a | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Mon Jun 27 07:43:47 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 27 21:40:44 2011 -0700 |
tree | 2c7da10731051164db980806dd4b5d9a099253f5 | |
parent | 6532e9cb33221a31c8514441a972486af713ad6e [diff] |
e1000e: remove unnecessary reads of PCI_CAP_ID_EXP The PCIE capability offset is saved during PCI bus walking. It will remove an unnecessary search in the PCI configuration space if this value is referenced instead of reacquiring it. Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: David S. Miller <davem@davemloft.net>