sky2: remove unnecessary reads of PCI_CAP_ID_EXP
commit1a10ccae9003826cee6f2c625fa4caf51cfc0f40
authorJon Mason <jdmason@kudzu.us>
Mon, 27 Jun 2011 07:46:56 +0000 (27 07:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2011 04:40:45 +0000 (27 21:40 -0700)
tree4824912919e39be2cd26f85aba0470c0c7cd984f
parente44daaded19baf8b7cf9ab3dedad8a01b8c49251
sky2: 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.  Also, pci_is_pcie is a
better way of determining if the device is PCIE or not (as it uses the
same saved PCIE capability offset).

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sky2.c