diff options
author | Yijing Wang <wangyijing@huawei.com> | 2013-06-27 09:02:49 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-07-05 23:42:43 +0200 |
commit | c8a2ba3f50f7445b3d1b822ba1a8168b4234baca (patch) | |
tree | 7397dc02d0c1144ceab4b601a9bd3ddef8a13769 /fs | |
parent | [SCSI] megaraid_sas: fix memory leak if SGL has zero length entries (diff) | |
download | linux-c8a2ba3f50f7445b3d1b822ba1a8168b4234baca.tar.xz linux-c8a2ba3f50f7445b3d1b822ba1a8168b4234baca.zip |
[SCSI] pm8001: 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.
Tested-by: Lindar Liu <lindar_liu@usish.com>
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Acked-by: Lindar Liu <lindar_liu@usish.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions