From: Jon Mason Date: Mon, 27 Jun 2011 12:56:50 +0000 (+0000) Subject: tg3: remove unnecessary read of PCI_CAP_ID_EXP X-Git-Tag: v3.1-rc1~316^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708ebb3a51489e70bc2b67b2772deea336eba849;p=pandora-kernel.git tg3: remove unnecessary read of PCI_CAP_ID_EXP The PCIE capability offset is saved during PCI bus walking. Use the value from pci_dev instead of checking in the driver and saving it off the the driver specific structure. It will remove an unnecessary search in the PCI configuration space if this value is referenced instead of reacquiring it. v2 of the patch re-adds the PCI_EXPRESS flag and adds comments describing why it is necessary. [ pdev->pcie_cap --> pci_pcie_cap(pdev) -DaveM ] Signed-off-by: Jon Mason Signed-off-by: David S. Miller --- Reading git-diff-tree failed