Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296272 | Differences between
and this patch

Collapse All | Expand All

(-)NVIDIA-Linux-x86_64-190.42-pkg2/usr/src/nv/nvacpi.c.orig (+6 lines)
Lines 507-514 Link Here
507
507
508
    *handlesPresent = 0;
508
    *handlesPresent = 0;
509
509
510
    #if ACPI_CA_VERSION < 0x20091112
510
    acpi_walk_namespace(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT, 
511
    acpi_walk_namespace(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT, 
511
                        ACPI_UINT32_MAX, nv_acpi_find_methods, NULL, NULL);
512
                        ACPI_UINT32_MAX, nv_acpi_find_methods, NULL, NULL);
513
    #else
514
    acpi_walk_namespace(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT, 
515
                        ACPI_UINT32_MAX, nv_acpi_find_methods, NULL, NULL, NULL);
516
    #endif
517
512
518
513
    if (nvif_handle)
519
    if (nvif_handle)
514
    {
520
    {

Return to bug 296272