commit | 2687bd38573ff6f10d13f60c5c3576cce9cf260d | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jan 23 14:05:58 2008 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jan 28 13:13:26 2008 +0000 |
tree | d05e26158e7c8e9b50fbb7fceca2dac4c91c3996 | |
parent | ca4d6cfcee0cb2d25c0eb3b0172ecc6f223133ef [diff] |
[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>