iwlwifi: mvm: Fix fall-through warnings for Clang
[linux-2.6-microblaze.git] / drivers / net / wireless / intel / iwlwifi / mvm / led.c
index 3450a8b..1ea7c44 100644 (file)
@@ -58,7 +58,7 @@ int iwl_mvm_leds_init(struct iwl_mvm *mvm)
        switch (mode) {
        case IWL_LED_BLINK:
                IWL_ERR(mvm, "Blink led mode not supported, used default\n");
-               /* fall through */
+               fallthrough;
        case IWL_LED_DEFAULT:
        case IWL_LED_RF_STATE:
                mode = IWL_LED_RF_STATE;