Re: [PATCH][v2] pinctrl: sirf: fix typo in kernel warning on a bad interrupt

2015-03-09 Thread Linus Walleij
On Sat, Feb 28, 2015 at 9:46 PM, Colin King  wrote:

> From: Colin Ian King 
>
> Fix typo, "flaged" -> "flagged"
>
> Signed-off-by: Colin Ian King 

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH][v2] pinctrl: sirf: fix typo in kernel warning on a bad interrupt

2015-03-09 Thread Linus Walleij
On Sat, Feb 28, 2015 at 9:46 PM, Colin King colin.k...@canonical.com wrote:

 From: Colin Ian King colin.k...@canonical.com

 Fix typo, flaged - flagged

 Signed-off-by: Colin Ian King colin.k...@canonical.com

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH][v2] pinctrl: sirf: fix typo in kernel warning on a bad interrupt

2015-02-28 Thread Colin King
From: Colin Ian King 

Fix typo, "flaged" -> "flagged"

Signed-off-by: Colin Ian King 
---
 drivers/pinctrl/sirf/pinctrl-sirf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sirf/pinctrl-sirf.c 
b/drivers/pinctrl/sirf/pinctrl-sirf.c
index 2a1f072..abc5c47 100644
--- a/drivers/pinctrl/sirf/pinctrl-sirf.c
+++ b/drivers/pinctrl/sirf/pinctrl-sirf.c
@@ -568,7 +568,7 @@ static void sirfsoc_gpio_handle_irq(unsigned int irq, 
struct irq_desc *desc)
status = readl(sgpio->chip.regs + SIRFSOC_GPIO_INT_STATUS(bank->id));
if (!status) {
printk(KERN_WARNING
-   "%s: gpio id %d status %#x no interrupt is flaged\n",
+   "%s: gpio id %d status %#x no interrupt is flagged\n",
__func__, bank->id, status);
handle_bad_irq(irq, desc);
return;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH][v2] pinctrl: sirf: fix typo in kernel warning on a bad interrupt

2015-02-28 Thread Colin King
From: Colin Ian King colin.k...@canonical.com

Fix typo, flaged - flagged

Signed-off-by: Colin Ian King colin.k...@canonical.com
---
 drivers/pinctrl/sirf/pinctrl-sirf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sirf/pinctrl-sirf.c 
b/drivers/pinctrl/sirf/pinctrl-sirf.c
index 2a1f072..abc5c47 100644
--- a/drivers/pinctrl/sirf/pinctrl-sirf.c
+++ b/drivers/pinctrl/sirf/pinctrl-sirf.c
@@ -568,7 +568,7 @@ static void sirfsoc_gpio_handle_irq(unsigned int irq, 
struct irq_desc *desc)
status = readl(sgpio-chip.regs + SIRFSOC_GPIO_INT_STATUS(bank-id));
if (!status) {
printk(KERN_WARNING
-   %s: gpio id %d status %#x no interrupt is flaged\n,
+   %s: gpio id %d status %#x no interrupt is flagged\n,
__func__, bank-id, status);
handle_bad_irq(irq, desc);
return;
-- 
2.1.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/