提交 019bfcc6 编写于 作者: J Jon Hunter 提交者: Vinod Koul

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: NJon Hunter <jonathanh@nvidia.com>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 3935e087
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册