]> Git Repo - linux.git/blobdiff - drivers/mtd/lpddr/lpddr_cmds.c
Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / mtd / lpddr / lpddr_cmds.c
index 9341a8a592e875c3d575613503973bfbf9d5dc1d..fb1cbc9a2870f1ec707b15451c545327c2d290a1 100644 (file)
@@ -304,8 +304,7 @@ static int chip_ready(struct map_info *map, struct flchip *chip, int mode)
                /* Only if there's no operation suspended... */
                if (mode == FL_READY && chip->oldstate == FL_READY)
                        return 0;
-               /* fall through */
-
+               fallthrough;
        default:
 sleep:
                set_current_state(TASK_UNINTERRUPTIBLE);
This page took 0.026817 seconds and 4 git commands to generate.