Commit 6e5a429b authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau: turn a BUG into a WARN

This is very annoying sometimes..
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 547e6c7f
...@@ -238,7 +238,7 @@ nouveau_gpuobj_takedown(struct drm_device *dev) ...@@ -238,7 +238,7 @@ nouveau_gpuobj_takedown(struct drm_device *dev)
kfree(oc); kfree(oc);
} }
BUG_ON(!list_empty(&dev_priv->gpuobj_list)); WARN_ON(!list_empty(&dev_priv->gpuobj_list));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment