Commit ec50536b authored by Colin Ian King's avatar Colin Ian King Committed by Pavel Machek

leds: lgm: Fix spelling mistake "prepate" -> "prepare"

There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 5222fa91
......@@ -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;
}
......
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