]> git.baikalelectronics.ru Git - kernel.git/commit
drm: mm: fix debug output
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 6 May 2011 21:47:53 +0000 (23:47 +0200)
committerDave Airlie <airlied@redhat.com>
Sun, 8 May 2011 23:14:45 +0000 (09:14 +1000)
commit9606241de2dc2bceab1d0727c7dcad732fe1f065
tree13f6e611009a3175af2aeebecb5a1d65cf3cd205
parent38b94d5c8083b3e4b563b1978c731265bbfe4206
drm: mm: fix debug output

The looping helper didn't do anything due to a superficial
semicolon. Furthermore one of the two dump functions suffered
from copy&paste fail.

While staring at the code I've also noticed that the replace
helper (currently unused) is a bit broken.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_mm.c
include/drm/drm_mm.h