mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[SCSI] scsi_transport_spi: fix the misuse of scsi_execute return value
[jejb: fix rejections] Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
ccc607f6d2
commit
4d3fef9e69
@ -113,7 +113,7 @@ static int spi_execute(struct scsi_device *sdev, const void *cmd,
|
||||
REQ_FAILFAST_TRANSPORT |
|
||||
REQ_FAILFAST_DRIVER,
|
||||
NULL);
|
||||
if (result & DRIVER_SENSE) {
|
||||
if (driver_byte(result) & DRIVER_SENSE) {
|
||||
struct scsi_sense_hdr sshdr_tmp;
|
||||
if (!sshdr)
|
||||
sshdr = &sshdr_tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user