scsi: elx: efct: Delete stray unlock statement
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 4 Oct 2021 10:38:51 +0000 (13:38 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 5 Oct 2021 03:33:31 +0000 (23:33 -0400)
commita013c71c6315d6e9d6364d12251b98c75c9a2861
tree94ce40125e27dd2d229ae1549e0506633ffc05db
parentf5ef336fd2e4c36dedae4e7ca66cf5349d6fda62
scsi: elx: efct: Delete stray unlock statement

It's not holding the lock at this stage and the IRQ "flags" are not correct
so it would restore something bogus. Delete the unlock statement.

Link: https://lore.kernel.org/r/20211004103851.GE25015@kili
Fixes: 3e6414003bf9 ("scsi: elx: efct: SCSI I/O handling routines")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/elx/efct/efct_scsi.c