commit | 0a1c749dee4c52465d5580d77e0f8aaa9215c357 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Thu Aug 09 10:54:46 2018 -0500 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Aug 09 10:17:38 2018 -0600 |
tree | 986bad6d2653f8f6f15e82500454058ec9155faa | |
parent | 24ecc3585348b616993a3c4d6dc2c6b8007e358c [diff] |
block: paride: pd: mark expected switch fall-throughs In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 1056543 ("Missing break in switch") Addresses-Coverity-ID: 1056544 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>