From: Alexander Kurz <ak...@blala.de> Date: Wed, 28 Feb 2018 21:27:39 +0000
> -static int ax88179_bind(struct usbnet *dev, struct usb_interface *intf) > +static int ax88179_link_bind_or_reset(struct usbnet *dev, int do_reset) "do_reset" is a boolean, therefore please use type 'bool' and true/false. Thank you.