commit | ef697683d3eb6455c911212513256b1633fcec62 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Thu Oct 07 13:28:58 2021 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Sat Oct 16 21:31:40 2021 -0400 |
tree | fa4428134b2be4d9db121963fa6408ef17d74f7f | |
parent | 3ca2385af90534278afc95f79bd465211a5e3103 [diff] |
scsi: qedf: Call scsi_done() directly Conditional statements are faster than indirect calls. Hence call scsi_done() directly. Link: https://lore.kernel.org/r/20211007202923.2174984-64-bvanassche@acm.org Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>