]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit7389ad4b6515c2de6402bfafdfebf0b319790d16
tree80747706c0cd3738254e00de40c873511c020613
parent3281cc7e341b6dc029965c74a8dd3be5e942a63c
drm/dp-mst-helper: Avoid reading uninitialized value

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