pinctrl: sirf/atlas7: trivial fix of spelling mistake on flagged
[cascardo/linux.git] / drivers / pinctrl / sirf / pinctrl-atlas7.c
index 3d233fc..168c0f5 100644 (file)
@@ -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;