vxge: remove unnecessary reads of PCI_CAP_ID_EXP
commit95cab7386bef62f8c7535d4726573ce230778e7b
authorJon Mason <jdmason@kudzu.us>
Mon, 27 Jun 2011 07:48:11 +0000 (27 07:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2011 04:40:45 +0000 (27 21:40 -0700)
tree03a254db0dd99fe673aa6757006b9fcc0bdff73a
parent1a10ccae9003826cee6f2c625fa4caf51cfc0f40
vxge: 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>
drivers/net/vxge/vxge-config.c