netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: asix: ax88772_unbind() can be static
       [not found] <50f9b5d8.Por1KFVVV30/pKOM%fengguang.wu@intel.com>
@ 2013-01-19  1:36 ` Fengguang Wu
  2013-01-19 16:00   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Fengguang Wu @ 2013-01-19  1:36 UTC (permalink / raw)
  To: David S. Miller; +Cc: Lucas Stach, netdev

Signed-off-by: Fengguang Wu <fengguang.wu@intel.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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] net: asix: ax88772_unbind() can be static
  2013-01-19  1:36 ` [PATCH net-next] net: asix: ax88772_unbind() can be static Fengguang Wu
@ 2013-01-19 16:00   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-01-19 16:00 UTC (permalink / raw)
  To: fengguang.wu; +Cc: dev, netdev

From: Fengguang Wu <fengguang.wu@intel.com>
Date: Sat, 19 Jan 2013 09:36:56 +0800

> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-19 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <50f9b5d8.Por1KFVVV30/pKOM%fengguang.wu@intel.com>
2013-01-19  1:36 ` [PATCH net-next] net: asix: ax88772_unbind() can be static Fengguang Wu
2013-01-19 16:00   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).