Re: [PATCH v6] drm/dp_mst: Fix W=1 warnings

2020-02-28 Thread Benjamin Gaignard
Le mer. 5 févr. 2020 à 09:53, Benjamin Gaignard a écrit : > > 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 > Reviewed-by: Lyude Paul Applied on

[PATCH v6] drm/dp_mst: Fix W=1 warnings

2020-02-05 Thread Benjamin Gaignard
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 Reviewed-by: Lyude Paul --- version 6: - change drm_dp_check_mstb_guid() prototype to be able to return an error - add