mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
pinctrl: sirf/atlas7: trivial fix of spelling mistake on flagged
fix spelling mistake, flaged -> flagged Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1acd010152
commit
df408e9cd0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user