diff options
Diffstat (limited to 'drivers/acpi/bay.c')
-rw-r--r-- | drivers/acpi/bay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 61b6c5beb2d3..23a51e4779f7 100644 --- a/drivers/acpi/bay.c +++ b/drivers/acpi/bay.c | |||
@@ -90,7 +90,7 @@ static int is_ejectable(acpi_handle handle) | |||
90 | */ | 90 | */ |
91 | static int bay_present(struct bay *bay) | 91 | static int bay_present(struct bay *bay) |
92 | { | 92 | { |
93 | unsigned long sta; | 93 | unsigned long long sta; |
94 | acpi_status status; | 94 | acpi_status status; |
95 | 95 | ||
96 | if (bay) { | 96 | if (bay) { |