]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c-pxa2xx: Don't clear isr bits too early
authorVasily Khoruzhick <anarsoul@gmail.com>
Sun, 13 Mar 2011 13:53:29 +0000 (15:53 +0200)
committerBen Dooks <ben-linux@fluff.org>
Mon, 21 Mar 2011 23:00:12 +0000 (23:00 +0000)
commit97491ba3f64c2137101efdfe7593305d692d7d63
treed8f8a075497b63f2386f3b358d96e46a0a48799c
parenta0774f4511371319418f959ce838f81d47a3fd56
i2c-pxa2xx: Don't clear isr bits too early

isr is passed later into i2c_pxa_irq_txempty and
i2c_pxa_irq_rxfull and they may use some other bits
than irq sources.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-pxa.c