diff options
author | Chris Wilson <[email protected]> | 2018-01-18 16:10:25 +0000 |
---|---|---|
committer | Sean Paul <[email protected]> | 2018-01-18 11:57:13 -0500 |
commit | b7fc1a9b7e62dcae40d51e83390cbb678ae5c6c2 (patch) | |
tree | 804219c81e8ab22f29c80bcb8c86775435e99517 /scripts/gdb/linux/utils.py | |
parent | 01468d6c711a31a9fe333d072afa8a4730ef3bf9 (diff) |
drm/i915/dp: Fix compilation of intel_dp_hdcp_check_link
drivers/gpu/drm/i915/intel_dp.c: In function ‘intel_dp_hdcp_check_link’:
drivers/gpu/drm/i915/intel_dp.c:5191:26: error: ?: using integer constants in boolean context [-Werror=int-in-bool-context]
return ret >= 0 ? -EIO : ret;
Fixes: 20f24d776d1b ("drm/i915: Implement HDCP for DisplayPort")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Ramalingam C <[email protected]>
Cc: Sean Paul <[email protected]>
Cc: Jani Nikula <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions