linux/drivers/scsi/csiostor
Lukas Wunner 383d89699c treewide: Drop pci_save_state() after pci_restore_state()
In 2009, commit c82f63e411 ("PCI: check saved state before restore")
changed the behavior of pci_restore_state() such that it became necessary
to call pci_save_state() afterwards, lest recovery from subsequent PCI
errors fails.

The commit has just been reverted and so all the pci_save_state() after
pci_restore_state() calls that have accumulated in the tree are now
superfluous.  Drop them.

Two drivers chose a different approach to achieve the same result:
drivers/scsi/ipr.c and drivers/net/ethernet/intel/e1000e/netdev.c set the
pci_dev's "state_saved" flag to true before calling pci_restore_state().
Drop this as well.

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Acked-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>  # qat
Link: https://patch.msgid.link/c2b28cc4defa1b743cf1dedee23c455be98b397a.1760274044.git.lukas@wunner.de
2025-11-24 16:58:59 -06:00
..
Kconfig
Makefile
csio_attr.c
csio_defs.h scsi: csiostor: Avoid function pointer casts 2024-02-15 15:14:01 -05:00
csio_hw.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
csio_hw.h
csio_hw_chip.h
csio_hw_t5.c
csio_init.c treewide: Drop pci_save_state() after pci_restore_state() 2025-11-24 16:58:59 -06:00
csio_init.h
csio_isr.c
csio_lnode.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
csio_lnode.h scsi: csiostor: Avoid function pointer casts 2024-02-15 15:14:01 -05:00
csio_mb.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
csio_mb.h
csio_rnode.c
csio_rnode.h
csio_scsi.c Merge patch series "Replace the "slave_*" function names" 2024-12-04 16:54:10 -05:00
csio_scsi.h scsi: csio: Stop using the SCSI pointer 2022-02-22 21:11:04 -05:00
csio_wr.c scsi: csiostor: Fix some spelling errors 2025-08-30 21:47:03 -04:00
csio_wr.h
t4fw_api_stor.h