Commit ad70c03f authored by Colin Ian King's avatar Colin Ian King Committed by Lee Jones

mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 48be3563
......@@ -186,7 +186,7 @@ static int ti_tscadc_probe(struct platform_device *pdev)
}
if (total_channels == 0) {
dev_err(&pdev->dev, "Need atleast one channel.\n");
dev_err(&pdev->dev, "Need at least one channel.\n");
return -EINVAL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment