diff options
author | 2016-02-11 16:44:28 +0200 | |
---|---|---|
committer | 2016-02-15 19:10:41 +0200 | |
commit | 22824fac947bf09959490ea7e1bed2aa7904b65f (patch) | |
tree | ce4b86bd67be067d1add6a8dd6d745fee5568e0b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | drm/i915: Fix hpd live status bits for g4x (diff) | |
download | linux-dev-22824fac947bf09959490ea7e1bed2aa7904b65f.tar.xz linux-dev-22824fac947bf09959490ea7e1bed2aa7904b65f.zip |
drm/i915: Add missing 'else' to intel_digital_port_connected()
intel_digital_port_connected() lacks one 'else'. There's no
actual harm in not having it since each branch has an unconditional
return, so it can't accidentally end up in taking two branches instead
of just the one. But let's be consistent and add the 'else' anyway.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1455201868-31527-1-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions