]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: scsi_ioctl: Drop needless assignment in sg_io()
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 15 Mar 2022 06:15:20 +0000 (07:15 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 15 Mar 2022 18:07:11 +0000 (14:07 -0400)
commit2ac105c66f20058caa196745588da0cc734fb21c
treeb30ef649c8a94df5864ae36425a65facfe872f98
parent53a45225473269e309b1c8579ce4290566aef3e9
scsi: scsi_ioctl: Drop needless assignment in sg_io()

Commit e7def244f1b8 ("scsi: core: Remove the cmd field from struct
scsi_request") refactored sg_io(), so that it does not allocate directly
and hence does not return -ENOMEM in its error case. That makes a remaining
assignment of -ENOMEM to the return variable needless.

Drop this needless assignment in sg_io().

No functional change. No change in resulting object code.

Link: https://lore.kernel.org/r/20220315061520.30745-1-lukas.bulwahn@gmail.com
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_ioctl.c