Merge branch 'ull' into test
[safe/jmp/linux-2.6] / drivers / acpi / container.c
index 03ea847..134818b 100644 (file)
@@ -76,7 +76,7 @@ static int is_device_present(acpi_handle handle)
 {
        acpi_handle temp;
        acpi_status status;
-       unsigned long sta;
+       unsigned long long sta;
 
 
        status = acpi_get_handle(handle, "_STA", &temp);