Re: [PATCH] media: platform: fix platform_no_drv_owner.cocci warnings

2018-11-06 Thread Maxime Ripard
On Tue, Nov 06, 2018 at 07:33:19PM +0800, kbuild test robot wrote: > From: kbuild test robot > > drivers/staging/media/sunxi/cedrus/cedrus.c:421: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: scrip

[PATCH] media: platform: fix platform_no_drv_owner.cocci warnings

2018-11-06 Thread kbuild test robot
From: kbuild test robot drivers/staging/media/sunxi/cedrus/cedrus.c:421: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 Fixes: 50e761516f2b ("media: platfor