diff options
author | 2019-01-29 14:17:42 -0600 | |
---|---|---|
committer | 2019-01-30 17:35:29 +0100 | |
commit | 88c12a0211d2f70573d14f1ea11f50937bb06dd6 (patch) | |
tree | fd0840d321510b90c101ad9af1cbcdaa2e1eef7c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/qxl: use ttm_tt (diff) | |
download | linux-dev-88c12a0211d2f70573d14f1ea11f50937bb06dd6.tar.xz linux-dev-88c12a0211d2f70573d14f1ea11f50937bb06dd6.zip |
drm/via: mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
This patch fixes the following warnings:
drivers/gpu/drm/via/via_dmablit.c:179:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
drivers/gpu/drm/via/via_dmablit.c:185:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
drivers/gpu/drm/via/via_dmablit.c:187:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
drivers/gpu/drm/via/via_dmablit.c:195:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
Warning level 3 was used: -Wimplicit-fallthrough=3
This patch is part of the ongoing efforts to enabling
-Wimplicit-fallthrough.
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190129201742.GA25660@embeddedor
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions