mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
leds: lgm: Fix spelling mistake "prepate" -> "prepare"
There is a spelling mistake in a dev_err error message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
parent
5222fa9121
commit
ec50536b78
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ static int intel_sso_led_probe(struct platform_device *pdev)
|
|||
|
||||
ret = clk_prepare_enable(priv->gclk);
|
||||
if (ret) {
|
||||
dev_err(dev, "Failed to prepate/enable sso gate clock!\n");
|
||||
dev_err(dev, "Failed to prepare/enable sso gate clock!\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue