Skip to content

Commit

Permalink
backlight: qcom-wled: Fix spelling mistake "trigged" -> "triggered"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Colin Ian King authored and Lee Jones committed Nov 13, 2019
1 parent 9afa302 commit 102a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/backlight/qcom-wled.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static irqreturn_t wled_short_irq_handler(int irq, void *_wled)
wled->short_count = 1;

if (wled->short_count > WLED_SHORT_CNT_MAX) {
dev_err(wled->dev, "Short trigged %d times, disabling WLED forever!\n",
dev_err(wled->dev, "Short triggered %d times, disabling WLED forever!\n",
wled->short_count);
wled->disabled_by_short = true;
goto unlock_mutex;
Expand Down

0 comments on commit 102a1b3

Please sign in to comment.