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-next>] [day] [month] [year] [list]
Date:	Sat, 19 Jan 2013 09:36:56 +0800
From:	Fengguang Wu <fengguang.wu@...el.com>
To:	"David S. Miller" <davem@...emloft.net>
Cc:	Lucas Stach <dev@...xeye.de>, netdev@...r.kernel.org
Subject: [PATCH net-next] net: asix: ax88772_unbind() can be static

Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
 drivers/net/usb/asix_devices.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next.orig/drivers/net/usb/asix_devices.c	2013-01-19 08:27:36.199070226 +0800
+++ linux-next/drivers/net/usb/asix_devices.c	2013-01-19 09:33:49.567164656 +0800
@@ -502,7 +502,7 @@ static int ax88772_bind(struct usbnet *d
 	return 0;
 }
 
-void ax88772_unbind(struct usbnet *dev, struct usb_interface *intf)
+static void ax88772_unbind(struct usbnet *dev, struct usb_interface *intf)
 {
 	if (dev->driver_priv)
 		kfree(dev->driver_priv);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ