Files
linux/drivers
Gustavo A. R. Silva f216c124dc mmc: mxcmmc: fix error return code in mxcmci_probe()
platform_get_irq() returns an error code, but the mxcmmc driver
ignores it and always returns -EINVAL. This is not correct,
and prevents -EPROBE_DEFER from being propagated properly.

Print error message and propagate the return value of
platform_get_irq on failure.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2017-08-30 14:01:24 +02:00
..
2017-07-24 17:38:21 +02:00
2017-07-17 15:00:47 +02:00
2017-08-17 10:23:45 +02:00
2017-08-01 15:22:55 -07:00
2017-08-21 11:08:03 +02:00
2017-08-24 13:23:03 -07:00