Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4532
b: refs/heads/master
c: 81dba48
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Thomas Gleixner committed May 23, 2005
1 parent c8be4b2 commit 2918873
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 998cf6403cdaac74211c619772bea027274ffc42
refs/heads/master: 81dba488792b29cc8cb2b3d49407be05303dde16
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/mtdchar.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $Id: mtdchar.c,v 1.68 2005/02/08 19:12:50 nico Exp $
* $Id: mtdchar.c,v 1.70 2005/04/01 15:36:11 nico Exp $
*
* Character-device access to raw MTD devices.
*
Expand Down Expand Up @@ -583,6 +583,7 @@ static int mtd_ioctl(struct inode *inode, struct file *file,
case MTD_OTP_OFF:
break;
}
file->f_pos = 0;
break;
}

Expand Down

0 comments on commit 2918873

Please sign in to comment.