Re: [PATCH] USB: s3c2410_udc.c: driver unregister method should call unbind() instead of disconnect()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -    if (driver->disconnect)
> -        driver->disconnect(&udc->gadget);
> +    driver->unbind(&udc->gadget);
>
>     device_del(&udc->gadget.dev);
>     udc->driver = NULL;

I guess you should call disconnect first and then unbind;
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux