* [PATCH] mtd: map_ram: Enable mtdoops
@ 2014-12-11 9:38 Alessio Igor Bogani
2015-01-09 23:33 ` Brian Norris
0 siblings, 1 reply; 2+ messages in thread
From: Alessio Igor Bogani @ 2014-12-11 9:38 UTC (permalink / raw)
To: David Woodhouse, Brian Norris; +Cc: Alessio Igor Bogani, linux-mtd
Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
---
drivers/mtd/chips/map_ram.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/chips/map_ram.c b/drivers/mtd/chips/map_ram.c
index 991c2a1..afb43d5 100644
--- a/drivers/mtd/chips/map_ram.c
+++ b/drivers/mtd/chips/map_ram.c
@@ -68,6 +68,7 @@ static struct mtd_info *map_ram_probe(struct map_info *map)
mtd->_get_unmapped_area = mapram_unmapped_area;
mtd->_read = mapram_read;
mtd->_write = mapram_write;
+ mtd->_panic_write = mapram_write;
mtd->_sync = mapram_nop;
mtd->flags = MTD_CAP_RAM;
mtd->writesize = 1;
--
2.1.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd: map_ram: Enable mtdoops
2014-12-11 9:38 [PATCH] mtd: map_ram: Enable mtdoops Alessio Igor Bogani
@ 2015-01-09 23:33 ` Brian Norris
0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-01-09 23:33 UTC (permalink / raw)
To: Alessio Igor Bogani; +Cc: linux-mtd, David Woodhouse
On Thu, Dec 11, 2014 at 10:38:06AM +0100, Alessio Igor Bogani wrote:
> Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
Pushed to l2-mtd.git. Thanks!
Brian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-09 23:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 9:38 [PATCH] mtd: map_ram: Enable mtdoops Alessio Igor Bogani
2015-01-09 23:33 ` Brian Norris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).