Bugzilla – Attachment 50941 Details for
Bug 118602
oops after unloading pcc_acpi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
shortend patch without formatting stuff, only the fix
pcc_acpi-oops-after-unload-and-make-it-work2.diff (text/plain), 709 bytes, created by
Thomas Renninger
on 2005-09-27 14:07:16 UTC
(
hide
)
Description:
shortend patch without formatting stuff, only the fix
Filename:
MIME Type:
Creator:
Thomas Renninger
Created:
2005-09-27 14:07:16 UTC
Size:
709 bytes
patch
obsolete
>--- linux-2.6.13.orig/drivers/acpi/pcc_acpi.c 2005-09-27 09:04:49.000000000 +0200 >+++ linux-2.6.13/drivers/acpi/pcc_acpi.c 2005-09-27 09:09:34.000000000 +0200 >@@ -187,10 +187,10 @@ > acpi_os_free(buffer.pointer); > > if (status != AE_OK) { >- return -1; >+ return 0; > } > >- return 0; >+ return 1; > } > > static int acpi_pcc_read_sinf_field(struct seq_file *seq, int field) >@@ -208,6 +208,7 @@ > seq_printf(seq, "%u\n", sinf[field]); > } > else { >+ seq_printf(seq, "error"); > printk(PCC_ERR "acpi_pcc_read_sinf_field() could not retrieve \ > BIOS data\n"); > } >@@ -878,6 +879,8 @@ > notify handler\n"); > } > >+ input_unregister_device(hotkey->input_dev); >+ > kfree(hotkey); > > if(status != AE_OK) {
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 118602
:
50750
| 50941