Re: [PATCH] SoC: codecs: fix platform_no_drv_owner.cocci warnings

2021-03-03 Thread Mark Brown
On Wed, 3 Mar 2021 17:08:01 +0800, Yang Li wrote: > ./sound/soc/codecs/lpass-rx-macro.c:3588:3-8: No need to set .owner here. > The core will do it. > > Remove .owner field if calls are used which set it automatically Applied to

Re: [PATCH] SoC: codecs: fix platform_no_drv_owner.cocci warnings

2021-03-03 Thread Mark Brown
On Wed, Mar 03, 2021 at 05:08:01PM +0800, Yang Li wrote: > ./sound/soc/codecs/lpass-rx-macro.c:3588:3-8: No need to set .owner here. > The core will do it. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant

[PATCH] SoC: codecs: fix platform_no_drv_owner.cocci warnings

2021-03-03 Thread Yang Li
./sound/soc/codecs/lpass-rx-macro.c:3588:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Reported-by: Abaci Robot Signed-off-by: Yang Li --- sound/soc/codecs/lpass-rx-macro.c | 1 - 1 file changed, 1 deletion(-) diff