[PATCH] m68knommu: add 5208 ColdFire platform Makefile
[pandora-kernel.git] / fs / compat_ioctl.c
index 43dbcb0..4909754 100644 (file)
@@ -2235,7 +2235,8 @@ static int fd_ioctl_trans(unsigned int fd, unsigned int cmd, unsigned long arg)
        if (err)
                err = -EFAULT;
 
-out:   if (karg) kfree(karg);
+out:
+       kfree(karg);
        return err;
 }