Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37662 Details for
Bug 60783
net-wireless/ipw2100-0.52 rmmod fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for procfs entries
ipw2100-0.52-procfs-oops-fix.diff (text/plain), 890 bytes, created by
Henrik Brix Andersen
on 2004-08-18 08:47:37 UTC
(
hide
)
Description:
Patch for procfs entries
Filename:
MIME Type:
Creator:
Henrik Brix Andersen
Created:
2004-08-18 08:47:37 UTC
Size:
890 bytes
patch
obsolete
>diff -urpN ipw2100-0.52/ipw2100_main.c ipw2100-0.52-procfs-oops-fix/ipw2100_main.c >--- ipw2100-0.52/ipw2100_main.c 2004-08-16 22:57:47.000000000 +0100 >+++ ipw2100-0.52-procfs-oops-fix/ipw2100_main.c 2004-08-18 07:05:38.000000000 +0100 >@@ -7042,9 +7042,10 @@ static int __init ipw2100_init(void) > /* If debug module parameter declared, set debug_level to that */ > if (debug != -1) > ipw2100_debug_level = debug; >+ ipw2100_proc_init(); > err = pci_module_init(&ipw2100_pci_driver); >- if (err == 0) >- ipw2100_proc_init(); >+ if (err != 0) >+ ipw2100_proc_cleanup(); > return err; > } > >@@ -7055,8 +7056,8 @@ static int __init ipw2100_init(void) > static void __exit ipw2100_exit(void) > { > /* FIXME: IPG: check that we have no instances of the devices open */ >- ipw2100_proc_cleanup(); > pci_unregister_driver(&ipw2100_pci_driver); >+ ipw2100_proc_cleanup(); > } > > module_init(ipw2100_init);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60783
: 37662 |
37663
|
37664
|
37665
|
37666