Bugzilla – Attachment 48964 Details for
Bug 115132
smartlink modem gives kernel OOPS on i386 laptop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch to fix the segfault of slamr
slmodem-2.9.10-pci-driver-fix.diff (text/plain), 459 bytes, created by
Takashi Iwai
on 2005-09-06 16:46:35 UTC
(
hide
)
Description:
Patch to fix the segfault of slamr
Filename:
MIME Type:
Creator:
Takashi Iwai
Created:
2005-09-06 16:46:35 UTC
Size:
459 bytes
patch
obsolete
>--- drivers/amrmo_init.c-dist 2005-09-06 18:40:44.000000000 +0200 >+++ drivers/amrmo_init.c 2005-09-06 18:41:12.000000000 +0200 >@@ -704,7 +704,7 @@ static int __init amrmo_init(void) > #else > while ((dev = pci_find_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) { > #endif >- if(pci_match_device(amrmo_pci_tbl, dev) && >+ if(pci_match_id(amrmo_pci_tbl, dev) && > pci_dev_driver(dev)) { > #if 1 > AMRMO_DBG("device %04x:%04x is used by %s: remove\n",
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 115132
: 48964 |
48971