[PATCH] cpufreq-SCPI: Delete unnecessary assignment for the field "owner"

Julia Lawall julia.lawall at lip6.fr
Tue Aug 16 13:41:34 PDT 2016



On Tue, 16 Aug 2016, SF Markus Elfring wrote:

> From: Markus Elfring <elfring at users.sourceforge.net>
> Date: Tue, 16 Aug 2016 22:30:17 +0200
>
> The field "owner" is set by the core.
> Thus delete an unneeded initialisation.
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> Signed-off-by: Markus Elfring <elfring at users.sourceforge.net>
> ---
>  drivers/cpufreq/scpi-cpufreq.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/cpufreq/scpi-cpufreq.c b/drivers/cpufreq/scpi-cpufreq.c
> index e8a7bf5..4a70d241 100644
> --- a/drivers/cpufreq/scpi-cpufreq.c
> +++ b/drivers/cpufreq/scpi-cpufreq.c
> @@ -104,8 +104,7 @@ static int scpi_cpufreq_remove(struct platform_device *pdev)
>
>  static struct platform_driver scpi_cpufreq_platdrv = {
>  	.driver = {
> -		.name	= "scpi-cpufreq",
> -		.owner	= THIS_MODULE,
> +		.name	= "scpi-cpufreq"

You don't need to remove the comma.  There was a trailing comma
originally, so you may as well leave that.

julia

>  	},
>  	.probe		= scpi_cpufreq_probe,
>  	.remove		= scpi_cpufreq_remove,
> --
> 2.9.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



More information about the linux-arm-kernel mailing list