提交 6e5a429b 编写于 作者: B Ben Skeggs

drm/nouveau: turn a BUG into a WARN

This is very annoying sometimes..
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 547e6c7f
......@@ -238,7 +238,7 @@ nouveau_gpuobj_takedown(struct drm_device *dev)
kfree(oc);
}
BUG_ON(!list_empty(&dev_priv->gpuobj_list));
WARN_ON(!list_empty(&dev_priv->gpuobj_list));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部