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()

+1 -1
+1 -1
drivers/ata/pata_octeon_cf.c
··· 595 union cvmx_mio_boot_dma_intx dma_int; 596 u8 status; 597 598 - trace_ata_bmdma_stop(qc, &qc->tf, qc->tag); 599 600 if (ap->hsm_task_state != HSM_ST_LAST) 601 return 0;
··· 595 union cvmx_mio_boot_dma_intx dma_int; 596 u8 status; 597 598 + trace_ata_bmdma_stop(ap, &qc->tf, qc->tag); 599 600 if (ap->hsm_task_state != HSM_ST_LAST) 601 return 0;