Re: [PATCH] scsi: sym53c500_cs: Stop using struct scsi_pointer
From: Christoph Hellwig
Date: Wed Apr 06 2022 - 05:37:10 EST
> +
> +static struct sym53c500_cmd_priv *SYM53c500_priv(struct scsi_cmnd *cmd)
> {
> return scsi_cmd_priv(cmd);
> }
I don't even think we need this helper, all callers can just use
scsi_cmd_priv directly.
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>