1
0
Fork 0

mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"

Trivial spelling mistake fixes in dev_err message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
zero-colors
Colin Ian King 2016-10-28 19:35:48 +01:00 committed by Lee Jones
parent d34bffb5c5
commit d4c55da236
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ static int si476x_core_probe(struct i2c_client *client,
ARRAY_SIZE(core->supplies),
core->supplies);
if (rval) {
dev_err(&client->dev, "Failet to gett all of the regulators\n");
dev_err(&client->dev, "Failed to get all of the regulators\n");
goto free_gpio;
}