]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] pm8001: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)
authorYijing Wang <wangyijing@huawei.com>
Thu, 27 Jun 2013 07:02:49 +0000 (15:02 +0800)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 5 Jul 2013 21:42:43 +0000 (22:42 +0100)
commitba02861cfa355615d44e80e79a2edb0692183464
tree7397dc02d0c1144ceab4b601a9bd3ddef8a13769
parent50cdf47b7a086ebdc7563b02c2e00730ecf19c1a
[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>
drivers/scsi/pm8001/pm8001_init.c