]> Git Repo - linux.git/commit
r8152: set RTL8152_UNPLUG only for real disconnection
authorHayes Wang <[email protected]>
Thu, 4 Jul 2019 09:36:32 +0000 (17:36 +0800)
committerDavid S. Miller <[email protected]>
Fri, 5 Jul 2019 22:37:32 +0000 (15:37 -0700)
commitffa9fec30ca0ceb7d5156a1649b9576058756616
tree8a01ea019bc940af3333576bf04f529433ae29d3
parentfa8043017cf83427c7e3d7d8defe2c2133edffea
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/usb/r8152.c
This page took 0.053893 seconds and 4 git commands to generate.