Silence error message.

This commit is contained in:
Thomas Hellstrom 2009-01-26 22:50:26 +01:00
parent 0ef03e8203
commit 43d880df02

View file

@ -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);