commit | 2b9ace5527d33539844fa831e12ad8357a25246e | [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 | b01c146d182da12e0b60022b34d15fd3a0c0f0fc [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>