android_kernel_samsung_sm8650/drivers/scsi/smartpqi
Bart Van Assche 5d3b0fcb3c scsi: core: Improve type safety of scsi_rescan_device()
[ Upstream commit 79519528a180c64a90863db2ce70887de6c49d16 ]

Most callers of scsi_rescan_device() have the scsi_device pointer readily
available. Pass a struct scsi_device pointer to scsi_rescan_device()
instead of a struct device pointer. This change prevents that a pointer to
another struct device would be passed accidentally to scsi_rescan_device().

Remove the scsi_rescan_device() declaration from the scsi_priv.h header
file since it duplicates the declaration in <scsi/scsi_host.h>.

Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Cc: Mike Christie <michael.christie@oracle.com>
Cc: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20230822153043.4046244-1-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Stable-dep-of: 8b4d9469d0b0 ("ata: libata-scsi: Fix delayed scsi_rescan_device() execution")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-10-10 22:00:35 +02:00
..
Kconfig scsi: smartpqi: Update copyright to current year 2022-07-13 23:42:04 -04:00
Makefile scsi: smartpqi: add spdx 2019-03-18 16:48:28 -04:00
smartpqi_init.c scsi: core: Improve type safety of scsi_rescan_device() 2023-10-10 22:00:35 +02:00
smartpqi_sas_transport.c scsi: smartpqi: Update copyright to current year 2022-07-13 23:42:04 -04:00
smartpqi_sis.c scsi: smartpqi: Update copyright to current year 2022-07-13 23:42:04 -04:00
smartpqi_sis.h scsi: smartpqi: Update copyright to current year 2022-07-13 23:42:04 -04:00
smartpqi.h scsi: smartpqi: Correct device removal for multi-actuator devices 2022-12-31 13:33:06 +01:00