Skip to content
Commit 40d42793 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: Don't use uninitialized 'ret'



Accidentally removed the 'ret=0' initialization, and thus
we're potentially looking at some stack garbage here.

The whole 'ret = do_stuff; if (!ret) do_other_stuff;' pattern
confuses my brain so let's replace it with the standard
immediate return thing.

Reported-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Fixes: 28a30b45 ("drm/i915: Convert cdclk to global state")
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200207152228.1054-1-ville.syrjala@linux.intel.com


Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent f16ccb64
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment