[PATCH libdrm 8/9] drm: replace HASH_DEBUG with DEBUG

2015-03-23 Thread Jan Vesely
On Sun, 2015-03-22 at 22:03 +, Emil Velikov wrote: > ... and remove the useless SL_DEBUG and RANDOM_DEBUG > > Signed-off-by: Emil Velikov > --- > xf86drmHash.c | 5 ++--- > xf86drmRandom.c | 1 - > xf86drmSL.c | 1 - > 3 files changed, 2 insertions(+), 5 deletions(-) > > diff --git

[PATCH libdrm 8/9] drm: replace HASH_DEBUG with DEBUG

2015-03-22 Thread Emil Velikov
... and remove the useless SL_DEBUG and RANDOM_DEBUG Signed-off-by: Emil Velikov --- xf86drmHash.c | 5 ++--- xf86drmRandom.c | 1 - xf86drmSL.c | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/xf86drmHash.c b/xf86drmHash.c index 82512a8..12baa62 100644 ---