1
0
Fork 0

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

trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
hifive-unleashed-5.1
Colin Ian King 2016-06-04 20:19:58 +01:00 committed by Lee Jones
parent 9eb5f9ba17
commit 521d93579f
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core,
unknown_revision:
dev_err(&core->client->dev,
"Unsupported version of the firmware: %d.%d.%d, "
"reverting to A10 comptible functions\n",
"reverting to A10 compatible functions\n",
major, minor1, minor2);
return SI476X_REVISION_A10;