diff options
author | 2019-07-22 15:14:46 -0400 | |
---|---|---|
committer | 2019-07-22 16:04:53 -0400 | |
commit | bbb6fc43f131f77fcb7ae8081f6d7c51396a2120 (patch) | |
tree | 52f2ad7c578d8ccd7914abcc4263ab85ceaa5522 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/msm: stop abusing dma_map/unmap for cache (diff) | |
download | wireguard-linux-bbb6fc43f131f77fcb7ae8081f6d7c51396a2120.tar.xz wireguard-linux-bbb6fc43f131f77fcb7ae8081f6d7c51396a2120.zip |
drm: silence variable 'conn' set but not used
The "struct drm_connector" iteration cursor from
"for_each_new_connector_in_state" is never used in atomic_remove_fb()
which generates a compilation warning,
drivers/gpu/drm/drm_framebuffer.c: In function 'atomic_remove_fb':
drivers/gpu/drm/drm_framebuffer.c:838:24: warning: variable 'conn' set
but not used [-Wunused-but-set-variable]
Silence it by marking "conn" __maybe_unused.
Signed-off-by: Qian Cai <cai@lca.pw>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1563822886-13570-1-git-send-email-cai@lca.pw
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions