mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20200122235237.2830344-1-colin.king@canonical.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Vinod Koul
parent
c3c431de99
commit
e606c8b9d7
@@ -1198,7 +1198,7 @@ static int s3c24xx_dma_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* Basic sanity check */
|
/* Basic sanity check */
|
||||||
if (pdata->num_phy_channels > MAX_DMA_CHANNELS) {
|
if (pdata->num_phy_channels > MAX_DMA_CHANNELS) {
|
||||||
dev_err(&pdev->dev, "to many dma channels %d, max %d\n",
|
dev_err(&pdev->dev, "too many dma channels %d, max %d\n",
|
||||||
pdata->num_phy_channels, MAX_DMA_CHANNELS);
|
pdata->num_phy_channels, MAX_DMA_CHANNELS);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user