Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43579
b: refs/heads/master
c: b23463b
h: refs/heads/master
i:
  43577: eebd977
  43575: 1b86217
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent ced5798 commit 3316f57
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: 780884144248cbb6945b191c9867741bb8c0ad35
refs/heads/master: b23463b9b94a00baf4cc3cf835c366cffff715c2
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/isapnp/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence)

static ssize_t isapnp_proc_bus_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 pnp_dev *dev = dp->data;
int pos = *ppos;
Expand Down

0 comments on commit 3316f57

Please sign in to comment.