lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1471612454.2691.75.camel@intel.com>
Date:   Fri, 19 Aug 2016 21:14:14 +0800
From:   Zhang Rui <rui.zhang@...el.com>
To:     SF Markus Elfring <elfring@...rs.sourceforge.net>,
        linux-pm@...r.kernel.org, Aaron Lu <aaron.lu@...el.com>,
        Eduardo Valentin <edubezval@...il.com>,
        "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        kernel-janitors@...r.kernel.org,
        Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH] Thermal-INT3406: Delete owner assignment

On 一, 2016-08-15 at 11:30 +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@...rs.sourceforge.net>
> Date: Mon, 15 Aug 2016 11:22:40 +0200
> 
> The field "owner" is set by core. Thus delete an extra
> initialisation.
> 
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> Signed-off-by: Markus Elfring <elfring@...rs.sourceforge.net>

Patch applied.

thanks,
rui
> ---
>  drivers/thermal/int340x_thermal/int3406_thermal.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/thermal/int340x_thermal/int3406_thermal.c
> b/drivers/thermal/int340x_thermal/int3406_thermal.c
> index a578cd2..1891f34 100644
> --- a/drivers/thermal/int340x_thermal/int3406_thermal.c
> +++ b/drivers/thermal/int340x_thermal/int3406_thermal.c
> @@ -225,7 +225,6 @@ static struct platform_driver
> int3406_thermal_driver = {
>  	.remove = int3406_thermal_remove,
>  	.driver = {
>  		   .name = "int3406 thermal",
> -		   .owner = THIS_MODULE,
>  		   .acpi_match_table = int3406_thermal_match,
>  		   },
>  };

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ