On 2/17/22 16:45, Finn Thain wrote:
On Wed, 16 Feb 2022, Bart Van Assche wrote:
scsi: NCR5380: Introduce the NCR5380_cmd_priv() function
scsi: NCR5380: Move the SCSI pointer to private command data
Please replace those two patches with the one below. This one is better
because it adds less source code, adds less scsi_cmnd private data,
updates an overlooked comment, avoids anything like "struct scsi_pointer"
and doesn't shadow any local variables.
Thanks Finn for having written and shared this patch. I will replace the
two patches mentioned above as requested.
Bart.