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)
commit44ff81f2995794982daf7b89a923c6335d57c469
treeb6ebc5d5ae4b1749ee8c69a3f69f9a2f9f2dce8c
parent638e6271cac2d6eba8d5d6cfd6a6ae77715a8cf6
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