[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)
commit2687bd38573ff6f10d13f60c5c3576cce9cf260d
treed05e26158e7c8e9b50fbb7fceca2dac4c91c3996
parentca4d6cfcee0cb2d25c0eb3b0172ecc6f223133ef
[ARM] pxa: fix mci_init functions returning -1

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>
arch/arm/mach-pxa/cm-x270.c
arch/arm/mach-pxa/corgi.c
arch/arm/mach-pxa/mainstone.c
arch/arm/mach-pxa/poodle.c
arch/arm/mach-pxa/spitz.c
arch/arm/mach-pxa/tosa.c
arch/arm/mach-pxa/trizeps4.c