commit | ffa9fec30ca0ceb7d5156a1649b9576058756616 | [log] [tgz] |
---|---|---|
author | Hayes Wang <hayeswang@realtek.com> | Thu Jul 04 17:36:32 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 05 15:37:32 2019 -0700 |
tree | 8a01ea019bc940af3333576bf04f529433ae29d3 | |
parent | fa8043017cf83427c7e3d7d8defe2c2133edffea [diff] |
r8152: set RTL8152_UNPLUG only for real disconnection Set the flag of RTL8152_UNPLUG if and only if the device is unplugged. Some error codes sometimes don't mean the real disconnection of usb device. For those situations, set the flag of RTL8152_UNPLUG causes the driver skips some flows of disabling the device, and it let the device stay at incorrect state. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>