Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4c55da2 authored by Colin Ian King's avatar Colin Ian King Committed by Lee Jones
Browse files

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



Trivial spelling mistake fixes in dev_err message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent d34bffb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}