[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1102142058330.26192@localhost6.localdomain6>
Date: Mon, 14 Feb 2011 20:58:47 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Gregory Bean <gbean@...eaurora.org>
cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Jean Delvare <khali@...ux-fr.org>,
Lennert Buytenhek <buytenh@...retlab.ca>,
rvaswani@...eaurora.org
Subject: Re: [patch] drivers: gpio: sx150x: Do not access I2C from mask/unmask
functions
On Mon, 14 Feb 2011, Gregory Bean wrote:
> > static int sx150x_irq_set_type(struct irq_data *d, unsigned int flow_type)
> > @@ -350,7 +353,7 @@ static int sx150x_irq_set_type(struct ir
> >
> > chip->irq_sense &= ~(3UL << (n * 2));
> > chip->irq_sense |= val << (n * 2);
> > - chip->irq_set_type_pending |= BIT(n);
> > + chip->update = n;
>
> Should this be irq_update?
See reply to myself
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists