]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ata: libata-scsi: rename and improve ata_qc_done()
authorDamien Le Moal <dlemoal@kernel.org>
Thu, 19 Feb 2026 01:58:40 +0000 (10:58 +0900)
committerDamien Le Moal <dlemoal@kernel.org>
Tue, 24 Feb 2026 00:40:58 +0000 (09:40 +0900)
commit99d6b9014bbd128dc73b7097e78dab1f1f70aab0
tree76bea383032bda540b2a5ddfa0edd39e0f1fe00f
parentfa4f81a8c15d4018eb2053b093bf1584777e80d4
ata: libata-scsi: rename and improve ata_qc_done()

Rename ata_qc_done() to ata_scsi_qc_done() and allow to pass a scsi
command result value to set for the completed command to simplify the
caller sites.

No functional changes.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
drivers/ata/libata-scsi.c