mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 00:36:42 +07:00
drm/nouveau: silence a debug message triggered by newer userspace
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
979570e029
commit
c7ead11d0b
@ -179,7 +179,7 @@ nouveau_abi16_ioctl_grobj_alloc(ABI16_IOCTL_ARGS)
|
|||||||
return 0;
|
return 0;
|
||||||
} else
|
} else
|
||||||
if (init->class == 0x906e) {
|
if (init->class == 0x906e) {
|
||||||
NV_ERROR(dev, "906e not supported yet\n");
|
NV_DEBUG(dev, "906e not supported yet\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user