[PATCH libdrm 1/4] drmSL: Fix neighbor printing

2015-03-22 Thread Emil Velikov
On 20/03/15 22:10, Jan Vesely wrote: > v2: zero the update array instead of checking the return value. > SLLocate returns NULL both on failure and if the element is greater > than everything in the list > Can we add to the commit message what the issue is and mention the commit which cause

[PATCH libdrm 1/4] drmSL: Fix neighbor printing

2015-03-20 Thread Jan Vesely
v2: zero the update array instead of checking the return value. SLLocate returns NULL both on failure and if the element is greater than everything in the list Signed-off-by: Jan Vesely --- xf86drmSL.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xf86drmSL.c