Skip to content
Commit 04e8c7bc authored by Kevin Hilman's avatar Kevin Hilman Committed by Russell King
Browse files

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: default avatarKevin Hilman <khilman@ti.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4e1755bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment