linux-stable/drivers/scsi/arm
John Garry c5336400ca scsi: acornscsi: Remove scsi_cmd_to_tag() reference
Commit 756fb6a895 ("scsi: acornscsi: Remove tagged queuing vestiges")
mistakenly introduced a reference to function scsi_cmd_to_tag(). This
function does not exist as it was removed from an earlier series version
when I upstreamed the named commit - originally authored By Hannes - but
this reference still remained.

Fix by replacing the reference to scsi_cmd_to_tag() with
scsi_cmd_to_rq(scsi_scmd)->tag, which scsi_cmd_to_tag() was a wrapper for.

Link: https://lore.kernel.org/r/1633002717-79765-1-git-send-email-john.garry@huawei.com
Fixes: 756fb6a895 ("scsi: acornscsi: Remove tagged queuing vestiges")
Reported-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2021-10-04 21:54:18 -04:00
..
acornscsi-io.S
acornscsi.c scsi: acornscsi: Remove scsi_cmd_to_tag() reference 2021-10-04 21:54:18 -04:00
acornscsi.h
arxescsi.c
cumana_1.c
cumana_2.c scsi: arm: Avoid comma separated statements 2020-09-02 22:49:07 -04:00
eesox.c scsi: arm: Avoid comma separated statements 2020-09-02 22:49:07 -04:00
fas216.c scsi: fas216: Kill scmd->tag 2021-09-22 00:13:38 -04:00
fas216.h
Kconfig scsi: acornscsi: Remove tagged queuing vestiges 2021-09-22 00:13:38 -04:00
Makefile
msgqueue.c
msgqueue.h
oak.c scsi: oak: Remove redundant initialization of variable ret 2020-09-22 20:23:30 -04:00
powertec.c scsi: arm: Avoid comma separated statements 2020-09-02 22:49:07 -04:00
queue.c scsi: acornscsi: Remove tagged queuing vestiges 2021-09-22 00:13:38 -04:00
queue.h
scsi.h