commit | effd1edab9fd3dc03cb87097a9da2552b940456b | [log] [tgz] |
---|---|---|
author | Jon Mason <mason@myri.com> | Mon Jun 27 05:05:05 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 29 06:02:05 2011 -0700 |
tree | c290998d4b836ca0dd2f79e8d213e97866aeb5eb | |
parent | 5dcd846712046d68020e9dfddd7ca491dc138f0d [diff] |
myri10ge: remove unnecessary read 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 <mason@myri.com> Signed-off-by: David S. Miller <davem@davemloft.net>