Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[deliverable/linux.git] / drivers / acpi / asus_acpi.c
index 2377e8b917d7b8d77664f7ab34a627e43b691801..1e74988c7b2d2859871ca335d16af235a3ca7e6f 100644 (file)
@@ -753,7 +753,7 @@ static int get_lcd_state(void)
                        /* That's what the AML code does */
                        lcd = out_obj.integer.value >> 8;
        } else if (hotk->model == F3Sa) {
-               unsigned long tmp;
+               unsigned long long tmp;
                union acpi_object param;
                struct acpi_object_list input;
                acpi_status status;
This page took 0.023847 seconds and 5 git commands to generate.