]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
TWL4030: change init-time IMR mask code to WARN if error
authorPaul Walmsley <paul@pwsan.com>
Tue, 22 Jul 2008 23:51:42 +0000 (17:51 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 4 Aug 2008 14:14:24 +0000 (17:14 +0300)
commit12e75707d4551d90111d32bf552fcf90bf8f70c7
treecef5467fab1e97565a16ec440c3c3a2c8f283ada
parent852131ad52c32245c970ffcefd8335058525516e
TWL4030: change init-time IMR mask code to WARN if error

twl_init_irq() prints error messages and returns if any interrupt mask
register writes fail.  Change this to generate a warning traceback and
to continue execution rather than skipping TWL init.  (These mask
writes should not fail at all unless either the I2C bus or the TWL4030
is somehow wedged.)

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/twl4030-core.c