drm/dp-mst-helper: Avoid reading uninitialized value
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 14 Jul 2014 10:53:44 +0000 (11:53 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 18 Jul 2014 13:39:29 +0000 (15:39 +0200)
A static analysis tool tells me that we could try to read an
uninitialized 'ret' value. Plug that.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_dp_mst_topology.c

Simple merge