diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-04-24 18:02:09 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-28 04:47:50 -0400 |
commit | 5e0ec14e2f84b62182d9be00f2595302424a7e03 (patch) | |
tree | 203d55a1dcfe6db770fe259c0676eb74127e356b | |
parent | dc5a533f91305f91645513abde2da52026385a04 (diff) |
pinctrl: sirf/atlas7: fix printk spelling
fix spelling mistake, flaged -> flagged
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/pinctrl/sirf/pinctrl-atlas7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sirf/pinctrl-atlas7.c b/drivers/pinctrl/sirf/pinctrl-atlas7.c index 3d233fc3448a..168c0f5d4079 100644 --- a/drivers/pinctrl/sirf/pinctrl-atlas7.c +++ b/drivers/pinctrl/sirf/pinctrl-atlas7.c | |||
@@ -5798,7 +5798,7 @@ static void atlas7_gpio_handle_irq(struct irq_desc *desc) | |||
5798 | 5798 | ||
5799 | status = readl(ATLAS7_GPIO_INT_STATUS(bank)); | 5799 | status = readl(ATLAS7_GPIO_INT_STATUS(bank)); |
5800 | if (!status) { | 5800 | if (!status) { |
5801 | pr_warn("%s: gpio [%s] status %#x no interrupt is flaged\n", | 5801 | pr_warn("%s: gpio [%s] status %#x no interrupt is flagged\n", |
5802 | __func__, gc->label, status); | 5802 | __func__, gc->label, status); |
5803 | handle_bad_irq(desc); | 5803 | handle_bad_irq(desc); |
5804 | return; | 5804 | return; |