aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/imx-sdma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
index 5b38f2bbd42a..d0df198f62e9 100644
--- a/drivers/dma/imx-sdma.c
+++ b/drivers/dma/imx-sdma.c
@@ -1288,7 +1288,8 @@ static void sdma_load_firmware(const struct firmware *fw, void *context)
1288 unsigned short *ram_code; 1288 unsigned short *ram_code;
1289 1289
1290 if (!fw) { 1290 if (!fw) {
1291 dev_err(sdma->dev, "firmware not found\n"); 1291 dev_info(sdma->dev, "external firmware not found, using ROM firmware\n");
1292 /* In this case we just use the ROM firmware. */
1292 return; 1293 return;
1293 } 1294 }
1294 1295