Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f90f613c authored by Ashish Kalra's avatar Ashish Kalra Committed by Jeff Garzik
Browse files

sata_fsl: Defer non-ncq commands when ncq commands active



Fix for non-ncq & ncq commands causing timeouts when both are issued
simultaneously to the same device.

Signed-off-by: default avatarAshish Kalra <Ashish.Kalra@freescale.com>
[fixed to be actual compileable C code -jg]
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent deeb003e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1257,6 +1257,7 @@ static struct scsi_host_template sata_fsl_sht = {
static struct ata_port_operations sata_fsl_ops = {
	.inherits		= &sata_pmp_port_ops,

	.qc_defer = ata_std_qc_defer,
	.qc_prep = sata_fsl_qc_prep,
	.qc_issue = sata_fsl_qc_issue,
	.qc_fill_rtf = sata_fsl_qc_fill_rtf,