[PATCH] drm/bridge: fix platform_no_drv_owner.cocci warnings

Thierry Reding treding at nvidia.com
Fri Sep 4 02:43:21 PDT 2015


On Fri, Aug 21, 2015 at 07:05:39PM +0800, kbuild test robot wrote:
> drivers/gpu/drm/bridge/parade-ps8622.c:671: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
> 
> Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
> ---
> 
>  parade-ps8622.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- a/drivers/gpu/drm/bridge/parade-ps8622.c
> +++ b/drivers/gpu/drm/bridge/parade-ps8622.c
> @@ -668,7 +668,6 @@ static struct i2c_driver ps8622_driver =
>  	.remove		= ps8622_remove,
>  	.driver		= {
>  		.name	= "ps8622",
> -		.owner	= THIS_MODULE,
>  		.of_match_table = ps8622_devices,
>  	},
>  };

Applied with a slightly reworded commit message.

Thanks,
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150904/9a45858c/attachment.sig>


More information about the dri-devel mailing list