Skip to content

Commit

Permalink
dmaengine: tegra-apb: Correct grammar in TX status debug message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jon Hunter authored and Vinod Koul committed Jun 30, 2016
1 parent 3935e08 commit 019bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/tegra20-apb-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 019bfcc

Please sign in to comment.