drm/ttm: Remove mm init error printouts and checks
authorThomas Hellstrom <thellstrom@vmware.com>
Fri, 29 Oct 2010 08:46:47 +0000 (10:46 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 9 Nov 2010 03:33:42 +0000 (13:33 +1000)
commitdbc4a5b83585e89a6bce650d32426f61c8d4bca5
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
This page took 0.026539 seconds and 5 git commands to generate.