mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 11:47:28 +07:00
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>
This commit is contained in:
parent
d34bffb5c5
commit
d4c55da236
@ -753,7 +753,7 @@ static int si476x_core_probe(struct i2c_client *client,
|
|||||||
ARRAY_SIZE(core->supplies),
|
ARRAY_SIZE(core->supplies),
|
||||||
core->supplies);
|
core->supplies);
|
||||||
if (rval) {
|
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;
|
goto free_gpio;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user