Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43626
b: refs/heads/master
c: b3d7ae5
h: refs/heads/master
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 0db5300 commit 9f632cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad9a824e004067a3d888567a991603f1ac36efb2
refs/heads/master: b3d7ae5f47a58a9f7b152deeaf7daa1fc558a8f1
2 changes: 1 addition & 1 deletion trunk/drivers/zorro/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ proc_bus_zorro_lseek(struct file *file, loff_t off, int whence)
static ssize_t
proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos)
{
struct inode *ino = file->f_dentry->d_inode;
struct inode *ino = file->f_path.dentry->d_inode;
struct proc_dir_entry *dp = PDE(ino);
struct zorro_dev *z = dp->data;
struct ConfigDev cd;
Expand Down

0 comments on commit 9f632cf

Please sign in to comment.