Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[firefly-linux-kernel-4.4.55.git] / drivers / block / cpqarray.c
index 3f087133a25a0d2da7a0de32f26f83e7392ae4bd..3b9e8ebcb96bbbf1d367cb749ce7a7b5c7de029f 100644 (file)
@@ -296,7 +296,7 @@ static int ida_proc_show(struct seq_file *m, void *v)
 
 static int ida_proc_open(struct inode *inode, struct file *file)
 {
-       return single_open(file, ida_proc_show, PDE(inode)->data);
+       return single_open(file, ida_proc_show, PDE_DATA(inode));
 }
 
 static const struct file_operations ida_proc_fops = {