projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f5afa
)
firmware: imx: Remove call to devm_of_platform_populate
author
Daniel Baluta
<daniel.baluta@nxp.com>
Mon, 14 Oct 2019 15:32:28 +0000
(18:32 +0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 28 Oct 2019 01:57:13 +0000
(09:57 +0800)
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
patch
|
blob
|
history
diff --git
a/drivers/firmware/imx/imx-dsp.c
b/drivers/firmware/imx/imx-dsp.c
index a43d2db5cbdb4ca36f2de05371992eca7dd531b2..4265e9dbed84f7c3fe2c0e8378f066578ca687a9 100644
(file)
--- a/
drivers/firmware/imx/imx-dsp.c
+++ b/
drivers/firmware/imx/imx-dsp.c
@@
-114,7
+114,7
@@
static int imx_dsp_probe(struct platform_device *pdev)
dev_info(dev, "NXP i.MX DSP IPC initialized\n");
- return
devm_of_platform_populate(dev)
;
+ return
0
;
out:
kfree(chan_name);
for (j = 0; j < i; j++) {