drm/radeon/dpm: fix uninitialized read from stack in kv_dpm_late_enable
authorDave Jones <davej@redhat.com>
Fri, 31 Jan 2014 02:17:30 +0000 (21:17 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Feb 2014 17:22:49 +0000 (12:22 -0500)
If we take the false branch of the if quoted in the diff below, we
end up doing a return ret, without ever having initialized it.

Picked up by coverity.

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found