Fix a copy-paste bug.

Signed-off-by: Axel Lin <[email protected]>
---
 drivers/gpio/gpio-sx150x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-sx150x.c b/drivers/gpio/gpio-sx150x.c
index bce6c61..6e37257 100644
--- a/drivers/gpio/gpio-sx150x.c
+++ b/drivers/gpio/gpio-sx150x.c
@@ -401,7 +401,7 @@ static void sx150x_irq_bus_sync_unlock(struct irq_data *d)
 
        /* Avoid updates if nothing changed */
        if (chip->dev_sense == chip->irq_sense &&
-           chip->dev_sense == chip->irq_masked)
+           chip->dev_masked == chip->irq_masked)
                goto out;
 
        chip->dev_sense = chip->irq_sense;
-- 
1.9.1



--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to