[PATCH 1/2] drm/dp_mst: make functions that always return 0 return void.

2015-09-30 Thread Daniel Vetter
On Sun, Sep 06, 2015 at 06:52:59PM +1000, Dave Airlie wrote: > This just drops the return and assigning it to a len variable > that never gets used. > > Signed-off-by: Dave Airlie Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/drm_dp_mst_topology.c | 29 ++--- > 1

[PATCH 1/2] drm/dp_mst: make functions that always return 0 return void.

2015-09-06 Thread Dave Airlie
This just drops the return and assigning it to a len variable that never gets used. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_dp_mst_topology.c | 29 ++--- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/dr