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: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Colin Ian King 2021-08-26 13:32:50 +01:00 committed by Lee Jones
parent 48be356343
commit ad70c03f21
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}