[MTD] Reset file position when switching OTP mode

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Nicolas Pitre 2005-04-01 16:36:15 +01:00 committed by Thomas Gleixner
parent 998cf6403c
commit 81dba48879

View file

@ -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. * Character-device access to raw MTD devices.
* *
@ -583,6 +583,7 @@ static int mtd_ioctl(struct inode *inode, struct file *file,
case MTD_OTP_OFF: case MTD_OTP_OFF:
break; break;
} }
file->f_pos = 0;
break; break;
} }