ATA changes for 5.17-rc1, part2
A single patch in this pull request to fix a compilation error in the pata_octeon_cf driver (mips architecture), from me. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQSRPv8tYSvhwAzJdzjdoc3SxdoYdgUCYetJ7wAKCRDdoc3SxdoY dg33AP9IAGlP4xgqS9wO/aNi4FcRWS22cq29Rnv7ovseD98ILwD/WYmPqQl4JwF/ h/+tW4nYcQDXg1RVRulgCUmC701u6wA= =5cLC -----END PGP SIGNATURE----- Merge tag 'ata-5.17-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata Pull ATA fix from Damien Le Moal: "A single patch to fix a compilation error in the pata_octeon_cf driver (mips architecture), from me" * tag 'ata-5.17-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: ata: pata_octeon_cf: fix call to trace_ata_bmdma_stop()
This commit is contained in:
Коммит
b087788c20
|
@ -595,7 +595,7 @@ static unsigned int octeon_cf_dma_finished(struct ata_port *ap,
|
|||
union cvmx_mio_boot_dma_intx dma_int;
|
||||
u8 status;
|
||||
|
||||
trace_ata_bmdma_stop(qc, &qc->tf, qc->tag);
|
||||
trace_ata_bmdma_stop(ap, &qc->tf, qc->tag);
|
||||
|
||||
if (ap->hsm_task_state != HSM_ST_LAST)
|
||||
return 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче