]> 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)
commitc687f1d0356632eca4e39f2aefae811bd3900d55
treeb6ebc5d5ae4b1749ee8c69a3f69f9a2f9f2dce8c
parent294695a268a20177547fd8255a5c43eef7dd0a79
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