Commit c7ead11d authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau: silence a debug message triggered by newer userspace

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 979570e0
......@@ -179,7 +179,7 @@ nouveau_abi16_ioctl_grobj_alloc(ABI16_IOCTL_ARGS)
return 0;
} else
if (init->class == 0x906e) {
NV_ERROR(dev, "906e not supported yet\n");
NV_DEBUG(dev, "906e not supported yet\n");
return -EINVAL;
}
......
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