diff options
| -rw-r--r-- | drivers/zorro/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc.c index 7aa2d3de6d37..60b05bc15642 100644 --- a/drivers/zorro/proc.c +++ b/drivers/zorro/proc.c | |||
| @@ -47,7 +47,7 @@ proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) | |||
| 47 | static ssize_t | 47 | static ssize_t |
| 48 | proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) | 48 | proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) |
| 49 | { | 49 | { |
| 50 | struct inode *ino = file->f_dentry->d_inode; | 50 | struct inode *ino = file->f_path.dentry->d_inode; |
| 51 | struct proc_dir_entry *dp = PDE(ino); | 51 | struct proc_dir_entry *dp = PDE(ino); |
| 52 | struct zorro_dev *z = dp->data; | 52 | struct zorro_dev *z = dp->data; |
| 53 | struct ConfigDev cd; | 53 | struct ConfigDev cd; |
