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)
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>

No differences found