Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / drivers / net / wireless / ray_cs.c
index ebada81..9b557a1 100644 (file)
@@ -2778,7 +2778,7 @@ static ssize_t int_proc_write(struct file *file, const char __user *buffer,
                nr = nr * 10 + c;
                p++;
        } while (--len);
-       *(int *)PDE(file_inode(file))->data = nr;
+       *(int *)PDE_DATA(file_inode(file)) = nr;
        return count;
 }