summaryrefslogtreecommitdiff
path: root/drivers/scsi/sni_53c710.c
diff options
context:
space:
mode:
authorSergey Shtylyov <s.shtylyov@omprussia.ru>2021-03-30 20:43:23 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2021-04-13 07:20:48 +0300
commit38fca15c29db6ed06e894ac194502633e2a7d1fb (patch)
treebdf2d6a8d0b1b580e1b630fc83de0e90d299da7d /drivers/scsi/sni_53c710.c
parent6c11dc060427e07ca144eacaccd696106b361b06 (diff)
downloadlinux-38fca15c29db6ed06e894ac194502633e2a7d1fb.tar.xz
scsi: jazz_esp: Add IRQ check
The driver neglects to check the result of platform_get_irq()'s call and blithely passes the negative error codes to request_irq() (which takes *unsigned* IRQ #), causing it to fail with -EINVAL, overriding the real error code. Stop calling request_irq() with the invalid IRQ #s. Link: https://lore.kernel.org/r/594aa9ae-2215-49f6-f73c-33bd38989912@omprussia.ru Fixes: 352e921f0dd4 ("[SCSI] jazz_esp: converted to use esp_core") Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/sni_53c710.c')
0 files changed, 0 insertions, 0 deletions