dmaengine: imx-sdma: don't print warning when firmware is absent
authorLucas Stach <l.stach@pengutronix.de>
Thu, 16 May 2024 10:25:32 +0000 (12:25 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 7 Jun 2024 17:44:45 +0000 (23:14 +0530)
commitea00def538eceda618b940fef757f55c1190e327
treeed6f2bb9d0386a6ced8c9eb75b8f229bdf2e5dfe
parent11c63e57404e538c5df91f732e5d505860edb660
dmaengine: imx-sdma: don't print warning when firmware is absent

The SDMA firmware is optional and a usable fallback to the internal
ROM firmware is present in the driver. There is already a message
printed informing the user that the internal firmware is used, so
there is no need to print a scary warning for what is normal operation
on most systems.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Link: https://lore.kernel.org/r/20240516102532.213874-2-l.stach@pengutronix.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c