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] [thread-next>] [day] [month] [year] [list]
Date:	Sat,  9 Jan 2016 23:42:08 -0800
From:	richard.dorsch@...il.com
To:	linux-kernel@...r.kernel.org
Cc:	lm-sensors@...sensors.org, linux-i2c@...r.kernel.org,
	linux-watchdog@...r.kernel.org, linux-gpio@...r.kernel.org,
	lee.jones@...aro.org, jdelvare@...e.com, linux@...ck-us.net,
	wim@...ana.be, fengguang.wu@...el.com, jo.sunga@...antech.com,
	Richard Vidal-Dorsch <richard.dorsch@...il.com>
Subject: [PATCH 7/8] Remove .owner from platform_driver struct

From: Richard Vidal-Dorsch <richard.dorsch@...il.com>

Signed-off-by: Richard Vidal-Dorsch <richard.dorsch@...il.com>
---
 drivers/gpio/imanager-gpio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/imanager-gpio.c b/drivers/gpio/imanager-gpio.c
index 3939c0f..b6fa689 100644
--- a/drivers/gpio/imanager-gpio.c
+++ b/drivers/gpio/imanager-gpio.c
@@ -167,7 +167,6 @@ static int imanager_remove(struct platform_device *pdev)
 
 static struct platform_driver imanager_gpio_driver = {
 	.driver = {
-		.owner	= THIS_MODULE,
 		.name	= "imanager_gpio",
 	},
 	.probe	= imanager_gpio_probe,
-- 
2.6.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ