]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/tty/serial/serial_core.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / drivers / tty / serial / serial_core.c
index 8fbb6d22cdc802fb73c0dc1b40342f7a4cc5044a..f87dbfd3277047a9c9d6d2ef6fdd7c3487a32f93 100644 (file)
@@ -1711,7 +1711,7 @@ static int uart_proc_show(struct seq_file *m, void *v)
 
 static int uart_proc_open(struct inode *inode, struct file *file)
 {
-       return single_open(file, uart_proc_show, PDE(inode)->data);
+       return single_open(file, uart_proc_show, PDE_DATA(inode));
 }
 
 static const struct file_operations uart_proc_fops = {