diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-08-17 23:03:23 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2017-08-22 18:04:36 +1000 |
commit | 27a451e83e78e1167f58cddba189fae4b4fa0d5b (patch) | |
tree | 7f1e9e8fc879d1013136b7b88fa609bd4f6da065 /COPYING | |
parent | bc60c90f472b6e762ea96ef384072145adc8d4af (diff) |
drm/nouveau/kms/nv50: perform null check on msto[i] rathern than msto
The null check on the array msto is incorrect since msto is never
null. The null check should be instead on msto[i] since this is
being dereferenced in the call to drm_mode_connector_attach_encoder.
Thanks to Emil Velikov for pointing out the mistake in my original
fix and for suggesting the correct fix.
Detected by CoverityScan, CID#1375915 ("Array compared against 0")
Fixes: f479c0ba4a17 ("drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions