commit | b926d6b31e2dd8f1bc21a9576aff0e486e21d32a | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Dec 13 21:53:16 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:26 2008 -0800 |
tree | b78ca8939ce2ff8c74804e4b46cb76a7ead7296a | |
parent | d9f88705a7ce2f9ef13d6656ee715493a663edfc [diff] |
libertas: stop attempting to reset devices on unload It wasn't working anyway -- by the time we get into if_usb_disconnect() the USB core has already stopped us talking to the thing; even if it's just on unload and the device still exists. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>