Add brackets

main
Alan Hourihane 2007-09-26 16:18:19 +01:00
parent 6671ad1917
commit b44925b2a5
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ long drm_unlocked_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
retcode = func(dev, kdata, file_priv);
}
if ((retcode == 0) && cmd & IOC_OUT) {
if ((retcode == 0) && (cmd & IOC_OUT)) {
if (copy_to_user((void __user *)arg, kdata,
_IOC_SIZE(cmd)) != 0)
retcode = -EACCES;