Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7ead11d authored by Ben Skeggs's avatar Ben Skeggs
Browse files

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



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 979570e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}