]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: isci: Don't use PCI helper functions
authorVaibhav Gupta <vaibhavgupta40@gmail.com>
Sat, 7 Nov 2020 10:04:19 +0000 (15:34 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 11 Nov 2020 04:08:36 +0000 (23:08 -0500)
commit5310968312b86584e9e9613ea92978c8763f38f7
treeb6ebc5d5ae4b1749ee8c69a3f69f9a2f9f2dce8c
parent52e93a72e4e62dea6fbdef43b9332e1f65f85350
scsi: isci: Don't use PCI helper functions

PCI helper functions such as pci_enable/disable_device(),
pci_save/restore_state(), pci_set_power_state(), etc. were used by the
legacy framework to perform standard operations related to PCI PM.

This driver is using the generic framework and thus calls for those
functions should be dropped as those tasks are now performed by the PCI
core.

Link: https://lore.kernel.org/r/20201107100420.149521-1-vaibhavgupta40@gmail.com
Acked-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/isci/init.c