Re: [PATCH 45/84] libsas: Call scsi_done() directly
From: John Garry <hidden>
Date: 2021-09-22 17:23:44
From: John Garry <hidden>
Date: 2021-09-22 17:23:44
On 18/09/2021 01:05, Bart Van Assche wrote:
Conditional statements are faster than indirect calls.
Some might say safer as well
Hence call scsi_done() directly. Signed-off-by: Bart Van Assche<bvanassche@acm.org>
Reviewed-by: John Garry <redacted>