dect
/
linux-2.6
Archived
13
0
Fork 0

[MTD] [OneNAND] Do not release chip twice

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
This commit is contained in:
Adrian Hunter 2008-01-24 12:48:37 +02:00 committed by Kyungmin Park
parent d0bf37932a
commit d0b36d8cc8
1 changed files with 0 additions and 3 deletions

View File

@ -1447,9 +1447,6 @@ static int onenand_write_ops_nolock(struct mtd_info *mtd, loff_t to,
buf += thislen;
}
/* Deselect and wake up anyone waiting on the device */
onenand_release_device(mtd);
ops->retlen = written;
return ret;