Bugzilla – Attachment 46608 Details for
Bug 105009
Oops when removing rtl8150 from USB-port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch to try to fix oops.
foo (text/plain), 492 bytes, created by
Greg Kroah-Hartman
on 2005-08-18 22:00:37 UTC
(
hide
)
Description:
Patch to try to fix oops.
Filename:
MIME Type:
Creator:
Greg Kroah-Hartman
Created:
2005-08-18 22:00:37 UTC
Size:
492 bytes
patch
obsolete
>--- > drivers/usb/net/rtl8150.c | 1 + > 1 file changed, 1 insertion(+) > >--- gregkh-2.6.orig/drivers/usb/net/rtl8150.c 2005-08-18 01:36:35.000000000 -0700 >+++ gregkh-2.6/drivers/usb/net/rtl8150.c 2005-08-18 14:58:58.000000000 -0700 >@@ -909,6 +909,7 @@ static void rtl8150_disconnect(struct us > usb_set_intfdata(intf, NULL); > if (dev) { > set_bit(RTL8150_UNPLUG, &dev->flags); >+ tasklet_disable(&dev->tl); > unregister_netdev(dev->netdev); > unlink_all_urbs(dev); > free_all_urbs(dev);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 105009
:
46201
| 46608 |
46615
|
64416
|
67827