]> git.karo-electronics.de Git - karo-tx-linux.git/commit
radeon: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)
authorYijing Wang <wangyijing@huawei.com>
Wed, 26 Jun 2013 01:13:41 +0000 (09:13 +0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 27 Jun 2013 06:35:36 +0000 (09:35 +0300)
commit66be736921f955192ad4f75f2db38c903b191f3b
tree50cd6c4917734cdae9a80023642f32eea57d8cdf
parent394c90f2a325a7fc9f0525517a4cc3708207b4db
radeon: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-fbdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/aty/radeon_pm.c