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

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;