Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 314503 Details for
Bug 420031
x11-drivers/nvidia-drivers with kernel 3.5.0-rc1 - work/kernel/nv-acpi.c:303:9: error: too many arguments to function ‘acpi_os_wait_events_complete’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch to fix the changed interface problem
nv-acpi.c.patch (text/plain), 526 bytes, created by
Daniel Santos
on 2012-06-07 04:51:27 UTC
(
hide
)
Description:
patch to fix the changed interface problem
Filename:
MIME Type:
Creator:
Daniel Santos
Created:
2012-06-07 04:51:27 UTC
Size:
526 bytes
patch
obsolete
>--- kernel/nv-acpi.c 2012-06-06 23:31:43.948184621 -0500 >+++ kernel/nv-acpi.c 2012-06-06 23:31:22.510185752 -0500 >@@ -300,7 +300,11 @@ > if (pNvAcpiObject->notify_handler_installed) > { > // no status returned for this function >+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 5, 0) >+ acpi_os_wait_events_complete(); >+#else > acpi_os_wait_events_complete(NULL); >+#endif > > // remove event notifier > status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
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 Raw
Actions:
View
Attachments on
bug 420031
: 314503