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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Jan 2020 09:01:05 +0000 (10:01 +0100)
commitbd9d813ca8fe455e58c22512f225e14dc9ac209a
tree2c0d2791107335eae7c1a41ec172ad25c7d75e62
parent16232b03957ccd3d2e121c89393fdad2dc375929
firmware: imx: Remove call to devm_of_platform_populate

[ Upstream commit 0e4e8cc30a2940c57448af1376e40d3c0996fb29 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/firmware/imx/imx-dsp.c