firmware: imx: Remove call to devm_of_platform_populate
authorDaniel Baluta <daniel.baluta@nxp.com>
Mon, 14 Oct 2019 15:32:28 +0000 (18:32 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 28 Oct 2019 01:57:13 +0000 (09:57 +0800)
commit0e4e8cc30a2940c57448af1376e40d3c0996fb29
treea4ec92670dee2c68e972581a7eb20819146d07af
parent51f5afabc07a13e3d030076c772a1c36e1687b99
firmware: imx: Remove call to devm_of_platform_populate

IMX DSP device is created by SOF layer. The current call to
devm_of_platform_populate is not needed and it doesn't produce
any effects.

Fixes: ffbf23d50353915d ("firmware: imx: Add DSP IPC protocol interface)
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/firmware/imx/imx-dsp.c