]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit4866d0e5718cfa7bc1b4442d5625dce08203f201
treeb21c7c156615247a40bfc09e2299513477421390
parent1eabd1df766765883eeead08c801b5b119d5904b
TWL4030: remove superfluous PWR interrupt status clear before masking

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>
drivers/i2c/chips/twl4030-core.c