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

Commit 019bfcc6 authored by Jon Hunter's avatar Jon Hunter Committed by Vinod Koul
Browse files

dmaengine: tegra-apb: Correct grammar in TX status debug message



Correct the grammar in the debug message when no descriptor is found.

Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 3935e087
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -843,7 +843,7 @@ static enum dma_status tegra_dma_tx_status(struct dma_chan *dc,
		}
	}

	dev_dbg(tdc2dev(tdc), "cookie %d does not found\n", cookie);
	dev_dbg(tdc2dev(tdc), "cookie %d not found\n", cookie);
	spin_unlock_irqrestore(&tdc->lock, flags);
	return ret;
}