]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: myrs: Fix the processor absent message in processor_show()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 19 Oct 2018 09:18:19 +0000 (12:18 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 19 Oct 2018 22:31:37 +0000 (18:31 -0400)
commit5601a4b751d56ebd0fa80a067d05b81cb2725264
tree754621f56ceae669058589eb2c25f46a4f223745
parent22a93ef70c26814884e9571ed9bf1c64aa407865
scsi: myrs: Fix the processor absent message in processor_show()

If both processors are absent then it's supposed to print that, but
instead we print that just the second processor is absent.

Fixes: 336316706ac7 ("scsi: myrs: Add Mylex RAID controller (SCSI interface)")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/myrs.c