ACPI: Use fallthrough pseudo-keyword
[linux-2.6-microblaze.git] / drivers / acpi / button.c
index 3c35e57..a4eda7f 100644 (file)
@@ -405,7 +405,7 @@ static void acpi_button_notify(struct acpi_device *device, u32 event)
        switch (event) {
        case ACPI_FIXED_HARDWARE_EVENT:
                event = ACPI_BUTTON_NOTIFY_STATUS;
-               /* fall through */
+               fallthrough;
        case ACPI_BUTTON_NOTIFY_STATUS:
                input = button->input;
                if (button->type == ACPI_BUTTON_TYPE_LID) {