Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[sfrench/cifs-2.6.git] / drivers / dma / ti / k3-udma-glue.c
index 42c8ad10d75ebfca8cbd5e61b768cc2c1bc585e5..a367584f0d7b3add40a8b4fae712f94bdf5e6f34 100644 (file)
@@ -573,8 +573,8 @@ static int k3_udma_glue_cfg_rx_flow(struct k3_udma_glue_rx_channel *rx_chn,
 
        /* request and cfg rings */
        ret =  k3_ringacc_request_rings_pair(rx_chn->common.ringacc,
-                                            flow_cfg->ring_rxq_id,
                                             flow_cfg->ring_rxfdq0_id,
+                                            flow_cfg->ring_rxq_id,
                                             &flow->ringrxfdq,
                                             &flow->ringrx);
        if (ret) {