aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-10-28 19:35:48 +0100
committerLee Jones <lee.jones@linaro.org>2016-11-29 08:21:29 +0000
commitd4c55da236e660b9f8786c3a2979e0c8eaf93026 (patch)
tree08ed05014e072433687d6c7c9e867650bdc5791e /drivers/mfd
parentmfd: arizona: Use irq_find_mapping when appropriate (diff)
downloadlinux-dev-d4c55da236e660b9f8786c3a2979e0c8eaf93026.tar.xz
linux-dev-d4c55da236e660b9f8786c3a2979e0c8eaf93026.zip
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/si476x-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
index c180b7533bba..e6a3d999a376 100644
--- a/drivers/mfd/si476x-i2c.c
+++ b/drivers/mfd/si476x-i2c.c
@@ -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;
}