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
1 changed files with 1 additions and 1 deletions
|
@ -5798,7 +5798,7 @@ static void atlas7_gpio_handle_irq(struct irq_desc *desc)
|
||||||
|
|
||||||
status = readl(ATLAS7_GPIO_INT_STATUS(bank));
|
status = readl(ATLAS7_GPIO_INT_STATUS(bank));
|
||||||
if (!status) {
|
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);
|
__func__, gc->label, status);
|
||||||
handle_bad_irq(desc);
|
handle_bad_irq(desc);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue