diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-07-13 05:24:07 +0300 |
---|---|---|
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-07-13 05:32:25 +0300 |
commit | e181ad43887c6b6b5995e9b191666f04242d77eb (patch) | |
tree | 5eb3c08aa19602ae20b2557b2587c36225ca462c /tools/perf/scripts/python/stackcollapse.py | |
parent | 1eb5f4a3ddd949af1abe947c02ad990c013dd620 (diff) | |
download | linux-e181ad43887c6b6b5995e9b191666f04242d77eb.tar.xz |
drm/msm: Fix fall-through warning in msm_gem_new_impl()
Fix the following fall-through warning:
drivers/gpu/drm/msm/msm_gem.c: In function 'msm_gem_new_impl':
drivers/gpu/drm/msm/msm_gem.c:1170:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
1170 | if (priv->has_cached_coherent)
| ^
drivers/gpu/drm/msm/msm_gem.c:1173:2: note: here
1173 | default:
| ^~~~~~~
by replacing the /* fallthrough */ comment with fallthrough;
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions