Commit 521d9357 authored by Colin Ian King's avatar Colin Ian King Committed by Lee Jones

mfd: si476x-i2c: Fix spelling mistake "comptible" -> "compatible"

trivial fix to spelling mistake 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 9eb5f9ba
...@@ -600,7 +600,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core, ...@@ -600,7 +600,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core,
unknown_revision: unknown_revision:
dev_err(&core->client->dev, dev_err(&core->client->dev,
"Unsupported version of the firmware: %d.%d.%d, " "Unsupported version of the firmware: %d.%d.%d, "
"reverting to A10 comptible functions\n", "reverting to A10 compatible functions\n",
major, minor1, minor2); major, minor1, minor2);
return SI476X_REVISION_A10; return SI476X_REVISION_A10;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment