Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498846
Collapse All | Expand All

(-)kernel/nv-acpi.c (-2 / +3 lines)
Lines 303-310 Link Here
303
303
304
    if (pNvAcpiObject->notify_handler_installed)
304
    if (pNvAcpiObject->notify_handler_installed)
305
    {
305
    {
306
        NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
306
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0)    
307
307
    	NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
308
#endif
308
        // remove event notifier
309
        // remove event notifier
309
        status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
310
        status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
310
    }
311
    }

Return to bug 498846