drm/ttm: Remove mm init error printouts and checks
commitdbc4a5b83585e89a6bce650d32426f61c8d4bca5
authorThomas Hellstrom <thellstrom@vmware.com>
Fri, 29 Oct 2010 08:46:47 +0000 (29 10:46 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 9 Nov 2010 03:33:42 +0000 (9 13:33 +1000)
tree8b15b17b56b207bccf156ddd02305a80c642544c
parent6e4c55db120b03d411e0eff7cd35f3edabbefe14
drm/ttm: Remove mm init error printouts and checks

Replace with BUG_ON(). These error messages remained from the time
when TTM was initialized from user-space. Nowadays hitting one of those
is really a kernel bug.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo.c