[PATCH 4/6] drm/ttm: Remove mm init error printouts and checks

2010-10-29 Thread Thomas Hellstrom
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 --- drivers/gpu/drm/ttm/ttm_bo.c | 20 ++-- 1 files changed, 2 insertions(+), 18 de

[PATCH 4/6] drm/ttm: Remove mm init error printouts and checks

2010-10-29 Thread Thomas Hellstrom
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 --- drivers/gpu/drm/ttm/ttm_bo.c | 20 ++-- 1 files changed, 2 insertions(+), 18 de