commit | d989b583c243d88578f45d22a1005104a3e1ae03 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Thu Aug 16 17:30:21 2018 +0200 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Sep 20 20:10:49 2018 +0530 |
tree | 0f15b7860d314e2d9da7d74f995f392270a7a1b6 | |
parent | f28306c62d8ad82d8db196326db6e79c80fd65e3 [diff] |
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>