Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17834
b: refs/heads/master
c: 45dbe91
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Kyle McMartin committed Jan 11, 2006
1 parent 3d4d20c commit 6d95e61
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: 04d35d7324ed35983189bd396db7874a50bbea43
refs/heads/master: 45dbe9147dcad2b03f9d1397353d6eed9204da02
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/eisa_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
}

static ssize_t eisa_eeprom_read(struct file * file,
char *buf, size_t count, loff_t *ppos )
char __user *buf, size_t count, loff_t *ppos )
{
unsigned char *tmp;
ssize_t ret;
Expand Down

0 comments on commit 6d95e61

Please sign in to comment.