diff options
author | Yijing Wang <wangyijing@huawei.com> | 2013-06-18 16:06:37 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-19 22:22:56 -0700 |
commit | f9c7da5eaf10fa1d7a91b83aefc6fb8e3a4ad39c (patch) | |
tree | 201dcfe2f2a6b0bc2b7a194ec35c6c6a21ffe204 /net | |
parent | b8a39dd292af453f42ebcdbad229f7d9d1282ec2 (diff) |
amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)
Pci core has been saved pm cap register offset by pdev->pm_cap in pci_pm_init()
in init path. So we can use pdev->pm_cap instead of using
pci_find_capability(pdev, PCI_CAP_ID_PM) for better performance and simplified code.
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Patrick McHardy <kaber@trash.net>
Cc: Bill Pemberton <wfp5p@virginia.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: netdev@vger.kernel.org (open list:NETWORKING DRIVERS)
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions