Skip to content

Commit

Permalink
pinctrl: sirf/atlas7: trivial fix of spelling mistake on flagged
Browse files Browse the repository at this point in the history
fix spelling mistake, flaged -> flagged

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Colin Ian King authored and Linus Walleij committed Apr 29, 2016
1 parent 1acd010 commit df408e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/sirf/pinctrl-atlas7.c
Original file line number Diff line number Diff line change
Expand Up @@ -5798,7 +5798,7 @@ static void atlas7_gpio_handle_irq(struct irq_desc *desc)

status = readl(ATLAS7_GPIO_INT_STATUS(bank));
if (!status) {
pr_warn("%s: gpio [%s] status %#x no interrupt is flaged\n",
pr_warn("%s: gpio [%s] status %#x no interrupt is flagged\n",
__func__, gc->label, status);
handle_bad_irq(desc);
return;
Expand Down

0 comments on commit df408e9

Please sign in to comment.