mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 01:37:17 -04:00
drm/nouveau: turn a BUG into a WARN
This is very annoying sometimes.. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user