linux/drivers/scsi/hisi_sas
Uwe Kleine-König f8da4c1cad scsi: Switch back to struct platform_driver::remove()
After commit 0edb555a65 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.

Convert all platform drivers below drivers/scsi to use .remove(), with
the eventual goal to drop struct platform_driver::remove_new(). As
.remove() and .remove_new() have the same prototypes, conversion is done
by just changing the structure member name in the driver initializer.

On the way do a few whitespace changes to make indention consistent.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://lore.kernel.org/r/20241028080754.429191-2-u.kleine-koenig@baylibre.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2024-11-06 20:45:25 -05:00
..
hisi_sas_main.c scsi: hisi_sas: Add time interval between two H2D FIS following soft reset spec 2024-10-15 22:33:35 -04:00
hisi_sas_v1_hw.c scsi: Switch back to struct platform_driver::remove() 2024-11-06 20:45:25 -05:00
hisi_sas_v2_hw.c scsi: Switch back to struct platform_driver::remove() 2024-11-06 20:45:25 -05:00
hisi_sas_v3_hw.c scsi: hisi_sas: Add latest_dump for the debugfs dump 2024-10-15 22:33:35 -04:00
hisi_sas.h scsi: hisi_sas: Add firmware information check 2024-10-15 22:33:34 -04:00
Kconfig scsi: hisi_sas: Enable debugfs support by default 2021-01-26 23:02:11 -05:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00