linux-kernel-test/drivers/mmc
Kevin Hilman 04e8c7bc2c ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel request fails
If dma_request_channel() fails (e.g. because DMA enine is not built
into the kernel), the return value from probe is zero causing the
driver to be bound to the device even though probe failed.

To fix, ensure that probe returns an error value when a DMA channel
request fail.

Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-07-31 12:06:26 +01:00
..
card mmc: block: fix the data timeout issue with ACMD22 2012-06-26 16:10:29 -04:00
core mmc: core: return an error on suspend if mmc_deselect_cards fails 2012-06-06 09:49:47 -04:00
host ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel request fails 2012-07-31 12:06:26 +01:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00