diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-10-12 18:12:36 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-05 14:20:37 -0500 |
commit | 657f600397927c302e11c32fa2c162bbc7ef75ed (patch) | |
tree | e66d6b92c3310f753e4ebf21d242bdc27821235f /drivers/gpu/drm/drm_vblank.c | |
parent | fa2549800c84aecb7a9559cdb3978865d1d50513 (diff) |
drm/radeon/r300: Mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
Notice that in this particular case, I replaced "Pass through." with
"Fall through.", which is what GCC is expecting to find.
Addresses-Coverity-ID: 114734 ("Missing break in switch")
Addresses-Coverity-ID: 114735 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/drm_vblank.c')
0 files changed, 0 insertions, 0 deletions