Message ID | 20231115144007.478111-4-herve.codina@bootlin.com |
---|---|
State | Accepted |
Commit | dfe66d012af2ddfa566cf9c860b8472b412fb7e4 |
Headers | show |
Series | [v9,01/27] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration | expand |
diff --git a/drivers/soc/fsl/qe/qmc.c b/drivers/soc/fsl/qe/qmc.c index 3f3de1351c96..2312152a44b3 100644 --- a/drivers/soc/fsl/qe/qmc.c +++ b/drivers/soc/fsl/qe/qmc.c @@ -685,7 +685,6 @@ static void qmc_chan_reset_rx(struct qmc_chan *chan) qmc_read16(chan->s_param + QMC_SPE_RBASE)); chan->rx_pending = 0; - chan->is_rx_stopped = false; spin_unlock_irqrestore(&chan->rx_lock, flags); }