Unverified Commit cb8cdb6f authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"



There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6e434122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -780,7 +780,7 @@ static int fsi_clk_init(struct device *dev,
			return -EINVAL;
		}
		if (clock->div == clock->own) {
			dev_err(dev, "cpu doens't support div clock\n");
			dev_err(dev, "cpu doesn't support div clock\n");
			return -EINVAL;
		}
	}