Re: [PATCH -next] ASoC: imx-rpmsg: fix platform_no_drv_owner.cocci warnings

2021-05-31 Thread Shengjiu Wang
On Thu, May 27, 2021 at 6:48 PM Zou Wei wrote: > > ./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: Hu

Re: [PATCH -next] ASoC: imx-rpmsg: fix platform_no_drv_owner.cocci warnings

2021-05-28 Thread Mark Brown
From: Mark Brown,,, On Thu, 27 May 2021 19:07:32 +0800, Zou Wei wrote: > ./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.

[PATCH -next] ASoC: imx-rpmsg: fix platform_no_drv_owner.cocci warnings

2021-05-27 Thread Zou Wei
./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: Hulk Robot Signed-off-by: Zou Wei --- sound/soc/fsl/imx-rpmsg.