dmaengine: dw: Remove error message from DT parsing code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Aug 2021 18:43:53 +0000 (21:43 +0300)
committerVinod Koul <vkoul@kernel.org>
Fri, 6 Aug 2021 13:47:46 +0000 (19:17 +0530)
commitdfa6a2f4c2eab087959faff5a87119c8ff766c74
tree939b18744d30ebf9868ef625b128fd04b67953c5
parent53cbf462f6b5c9de364efdf443ffb74ed082463a
dmaengine: dw: Remove error message from DT parsing code

Users are a bit frightened of the harmless message that tells that
DT is missed on ACPI-based platforms. Remove it for good, it will
simplify the future conversion to fwnode and device property APIs.

Fixes: a9ddb575d6d6 ("dmaengine: dw_dmac: Enhance device tree support")
Depends-on: f5e84eae7956 ("dmaengine: dw: platform: Split OF helpers to separate module")
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=199379
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Tested-by: Serge Semin <fancer.lancer@gmail.com>
Link: https://lore.kernel.org/r/20210802184355.49879-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw/of.c