r8152: check RTL8152_UNPLUG
authorhayeswang <hayeswang@realtek.com>
Fri, 11 Apr 2014 09:54:31 +0000 (17:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Apr 2014 05:59:38 +0000 (01:59 -0400)
commit6871438cc4e5307ccda70fa2a246a546300ac9fa
treec9e22594e72552ef669f65fb565cee0064acb3ba
parentcec9ae50ccb1491efee90dc8e9998e29e43652b6
r8152: check RTL8152_UNPLUG

When the device is unplugged, the driver would try to disable the
device. Add checking the flag of RTL8152_UNPLUG to skip setting
the device when it is unplugged. This could shorten the time of
unloading the driver.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c