treewide: Use fallthrough pseudo-keyword
[sfrench/cifs-2.6.git] / arch / sh / drivers / platform_early.c
index f3dc3f25b3ff08c2af8bd2a1db845fd2c6308ded..143747c45206fe6fd5e78cf57148127a9133c0ee 100644 (file)
@@ -246,7 +246,7 @@ static int __init sh_early_platform_driver_probe_id(char *class_str,
                case EARLY_PLATFORM_ID_ERROR:
                        pr_warn("%s: unable to parse %s parameter\n",
                                class_str, epdrv->pdrv->driver.name);
-                       /* fall-through */
+                       fallthrough;
                case EARLY_PLATFORM_ID_UNSET:
                        match = NULL;
                        break;