Re: [PATCH net v3 0/2] r8152: device reset

2015-07-30 Thread David Miller
From: Hayes Wang Date: Wed, 29 Jul 2015 20:39:07 +0800 > v3: > For patch #2, remove cancel_delayed_work(). > > v2: > For patch #1, remove usb_autopm_get_interface(), usb_autopm_put_interface(), > and > the checking of intf->condition. > > For patch #2, replace the original method with usb_queu

[PATCH net v3 0/2] r8152: device reset

2015-07-29 Thread Hayes Wang
v3: For patch #2, remove cancel_delayed_work(). v2: For patch #1, remove usb_autopm_get_interface(), usb_autopm_put_interface(), and the checking of intf->condition. For patch #2, replace the original method with usb_queue_reset_device() to reset the device. v1: Although the driver works normal