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

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


On Fri, Aug 21, 2015 at 07:05:39PM +0800, kbuild test robot wrote:
> drivers/gpu/drm/bridge/nxp-ptn3460.c:403: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>
> ---
> 
>  nxp-ptn3460.c |    1 -
>  1 file changed, 1 deletion(-)
Applied with a slightly reworded commit message.

Thanks,
Thierry
> 
> --- a/drivers/gpu/drm/bridge/nxp-ptn3460.c
> +++ b/drivers/gpu/drm/bridge/nxp-ptn3460.c
> @@ -400,7 +400,6 @@ static struct i2c_driver ptn3460_driver
>  	.remove		= ptn3460_remove,
>  	.driver		= {
>  		.name	= "nxp,ptn3460",
> -		.owner	= THIS_MODULE,
>  		.of_match_table = ptn3460_match,
>  	},
>  };

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/089f6056/attachment-0001.sig>


More information about the dri-devel mailing list