Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad327910 authored by Wu Fengguang's avatar Wu Fengguang Committed by David S. Miller
Browse files

net: asix: ax88772_unbind() can be static

parent 8f609845
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -502,7 +502,7 @@ static int ax88772_bind(struct usbnet *dev, struct usb_interface *intf)
	return 0;
	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)
	if (dev->driver_priv)
		kfree(dev->driver_priv);
		kfree(dev->driver_priv);