Re: [PATCH] Remove redundant memclear

2017-07-07 Thread Eric Engestrom
On Friday, 2017-06-30 03:56:55 +, coypu wrote: > drmMalloc will zero out the memory for us Good catch, thanks! R-b and pushed. In the future, can you provide your real name, and add a Signed-off-by: line? Cheers, Eric > --- > xf86drm.c | 2 -- > 1 file changed, 2 deletions(-) > > diff -

[PATCH] Remove redundant memclear

2017-07-02 Thread coypu
drmMalloc will zero out the memory for us --- xf86drm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xf86drm.c b/xf86drm.c index 2ac3f26..879f85b 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -866,8 +866,6 @@ drmVersionPtr drmGetVersion(int fd) drmVersionPtr retval; drm_version_t *ve