Unverified Commit 47c0d825 authored by Zou Wei's avatar Zou Wei Committed by Mark Brown
Browse files

ASoC: imx-rpmsg: fix platform_no_drv_owner.cocci warnings



./sound/soc/fsl/imx-rpmsg.c:140:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarZou Wei <zou_wei@huawei.com>
Message-Id: <1622113652-56646-1-git-send-email-zou_wei@huawei.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0ab000e5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@ static int imx_rpmsg_probe(struct platform_device *pdev)
static struct platform_driver imx_rpmsg_driver = {
	.driver = {
		.name = "imx-audio-rpmsg",
		.owner = THIS_MODULE,
		.pm = &snd_soc_pm_ops,
	},
	.probe = imx_rpmsg_probe,