[ARM] pxa: fix mci_init functions returning -1
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 23 Jan 2008 14:05:58 +0000 (14:05 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Jan 2008 13:13:26 +0000 (13:13 +0000)
Fix all those PXA mci_init functions which return -1 rather than
propagating the error code to the higher levels.  Remove the silly
set_irq_type() calls as well - use the flags for request_irq()
instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found