[PATCH] drm: Remove the error message following mmap_offset allocation failures

2013-01-22 Thread Chris Wilson
As we propagate the error back to our caller, who may act intelligently upon that error, we should refrain from shouting out that there has been an *ERROR* prematurely. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_gem.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --

[PATCH] drm: Remove the error message following mmap_offset allocation failures

2013-01-22 Thread Chris Wilson
As we propagate the error back to our caller, who may act intelligently upon that error, we should refrain from shouting out that there has been an *ERROR* prematurely. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_gem.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --