mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 19:10:14 +01:00
Silence error message.
This commit is contained in:
parent
0ef03e8203
commit
43d880df02
1 changed files with 0 additions and 2 deletions
|
|
@ -629,8 +629,6 @@ long drm_unlocked_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
|
|||
|
||||
err_i1:
|
||||
atomic_dec(&dev->ioctl_count);
|
||||
if (retcode)
|
||||
DRM_ERROR("ret = %x %d\n", nr, retcode);
|
||||
return retcode;
|
||||
}
|
||||
EXPORT_SYMBOL(drm_unlocked_ioctl);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue