TWL4030: remove superfluous PWR interrupt status clear before masking
authorPaul Walmsley <paul@pwsan.com>
Tue, 22 Jul 2008 23:51:25 +0000 (17:51 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 4 Aug 2008 14:12:34 +0000 (17:12 +0300)
twl_irq_init() clears PWR interrupt status bits, then masks the interrupts
off, then clears the PWR interrupt status bits again.  The first clear
seems unnecessary, so, remove it.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found