dmaengine: tegra-apb: Correct grammar in TX status debug message
authorJon Hunter <jonathanh@nvidia.com>
Wed, 29 Jun 2016 16:08:37 +0000 (17:08 +0100)
committerVinod Koul <vinod.koul@intel.com>
Thu, 30 Jun 2016 03:23:15 +0000 (08:53 +0530)
Correct the grammar in the debug message when no descriptor is found.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/tegra20-apb-dma.c

index 032884fe32770b2cba169e774ee76c4ceb444b35..bc91fea47e33aae512dff493bd896528c516ab78 100644 (file)
@@ -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;
 }