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

2020-02-04 Thread Lyude Paul
Mostly looks good, some comments below: On Fri, 2020-01-31 at 11:01 +0100, Benjamin Gaignard wrote: > 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 > --- > ve

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

2020-02-03 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 --- version 5: - fix indentation version 4: - do not touch crc4 unused variable in this patch CC: ly...@redhat.com CC: