cmd: mtdparts: add fallthrough in switch statement
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 16 Aug 2018 15:30:21 +0000 (17:30 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 20 Sep 2018 14:40:49 +0000 (20:10 +0530)
commit2b9ace5527d33539844fa831e12ad8357a25246e
tree0f15b7860d314e2d9da7d74f995f392270a7a1b6
parentb01c146d182da12e0b60022b34d15fd3a0c0f0fc
cmd: mtdparts: add fallthrough in switch statement

Switch blocks for deriving size naturally use fallthrough between
'case' statements. Make it explicit.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
cmd/mtdparts.c