commit | f199af00186cb7eb2d842633e47689fb7b791e60 | [log] [tgz] |
---|---|---|
author | Benjamin Gaignard <benjamin.gaignard@st.com> | Tue Dec 10 11:24:37 2019 +0100 |
committer | Benjamin Gaignard <benjamin.gaignard@st.com> | Thu Jan 09 17:17:28 2020 +0100 |
tree | 1a5fdbac7f70cc7822472209912eff9b661da492 | |
parent | a511981847ce8bb8d189f218fc4daa6c137abfc0 [diff] |
drm/modes: tag unused variables to avoid warnings Some variables are set but never used. To avoid warning when compiling with W=1 and keep the algorithm like it is tag theses variables with _maybe_unused macro. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20191210102437.19377-1-benjamin.gaignard@st.com