commit | 17ffc7ba6d7ea68b8d5f55a5ca1b87163e69720d | [log] [tgz] |
---|---|---|
author | Artem B. Bityutskiy <dedekind@sauron.oktetlabs.ru> | Thu Jun 22 18:15:48 2006 +0400 |
committer | Artem B. Bityutskiy <dedekind@sauron.oktetlabs.ru> | Thu Jun 22 18:15:48 2006 +0400 |
tree | a7b8595492f38425a971d8e212ce367fb0bebb4a | |
parent | 1794c13002918c2216e2e11913eb299d071a5731 [diff] [blame] |
[MTD] Initialize 'writesize' Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org>
diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c index e09e416..6c7337f 100644 --- a/drivers/mtd/devices/phram.c +++ b/drivers/mtd/devices/phram.c
@@ -151,6 +151,7 @@ new->mtd.owner = THIS_MODULE; new->mtd.type = MTD_RAM; new->mtd.erasesize = PAGE_SIZE; + new->mtd.writesize = 1; ret = -EAGAIN; if (add_mtd_device(&new->mtd)) {