dma: imx-sdma: Let the driver be probed even if no firware is found
authorFabio Estevam <festevam@gmail.com>
Wed, 29 Feb 2012 14:20:37 +0000 (11:20 -0300)
committerVinod Koul <vinod.koul@linux.intel.com>
Tue, 6 Mar 2012 12:04:05 +0000 (17:34 +0530)
commit6602b0ddf399d4438fdea17b4b4a65df5ec97bb8
treeacd8d62825ffe090a854cc6ba6443c55f2ce3fe7
parent9e15db7ce949e9f2d8bb6ce32a74212a4f662370
dma: imx-sdma: Let the driver be probed even if no firware is found

On the device tree case the code bails out when the firmware name cannot be found
or if the firmware fails to be requested.

Fix this behaviour as the SDMA engine can still operate with the built-in
ROM scripts.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/imx-sdma.c