commit | cb897542c6d2b34c7203b1a2e030ff35e100eef8 | [log] [tgz] |
---|---|---|
author | Benjamin Gaignard <benjamin.gaignard@st.com> | Wed Feb 05 09:48:42 2020 +0100 |
committer | Benjamin Gaignard <benjamin.gaignard@st.com> | Fri Feb 28 13:07:22 2020 +0100 |
tree | 0871b20d8c5068344c874baee72aa7ba69155e90 | |
parent | 987b90d34f695117bf630560fd891cf0568d10c5 [diff] |
drm/dp_mst: Fix W=1 warnings Fix the warnings that show up with W=1. They are all about unused but set variables. If functions returns are not used anymore make them void. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200205084842.5642-1-benjamin.gaignard@st.com