From: Dave Jones Date: Fri, 31 Jan 2014 02:17:30 +0000 (-0500) Subject: drm/radeon/dpm: fix uninitialized read from stack in kv_dpm_late_enable X-Git-Tag: v3.14-rc3~31^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7e867cf0f74c4c79649605b964510041f1a8bf;p=pandora-kernel.git drm/radeon/dpm: fix uninitialized read from stack in kv_dpm_late_enable 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 Signed-off-by: Alex Deucher --- Reading git-diff-tree failed