linux-stable/drivers/scsi/hisi_sas
Uwe Kleine-König 8cd6d0a394 scsi: hisi_sas: Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes
many driver authors wrongly assume it's possible to do error handling by
returning an error code. However the value returned is (mostly) ignored and
this typically results in resource leaks. To improve here there is a quest
to make the remove callback return void. In the first step of this quest
all drivers are converted to .remove_new() which already returns void.

hisi_sas_remove() returned zero unconditionally so this was changed to
return void. Then it has the right prototype to be used directly as remove
callback for the two hisi_sas drivers.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20230518202043.261739-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2023-06-07 21:20:21 -04:00
..
hisi_sas.h scsi: hisi_sas: Convert to platform remove callback returning void 2023-06-07 21:20:21 -04:00
hisi_sas_main.c scsi: hisi_sas: Convert to platform remove callback returning void 2023-06-07 21:20:21 -04:00
hisi_sas_v1_hw.c scsi: hisi_sas: Convert to platform remove callback returning void 2023-06-07 21:20:21 -04:00
hisi_sas_v2_hw.c scsi: hisi_sas: Convert to platform remove callback returning void 2023-06-07 21:20:21 -04:00
hisi_sas_v3_hw.c scsi: hisi_sas: Fix warnings detected by sparse 2023-05-16 21:36:40 -04:00
Kconfig scsi: hisi_sas: Enable debugfs support by default 2021-01-26 23:02:11 -05:00
Makefile