* [PATCH 1/2] mtd: physmap_of: Fix ROM support via OF [not found] <1388169775.233775.1410977001530.JavaMail.zimbra@xes-inc.com> @ 2014-09-17 18:08 ` Aaron Sierra 2014-09-22 18:19 ` Brian Norris 0 siblings, 1 reply; 2+ messages in thread From: Aaron Sierra @ 2014-09-17 18:08 UTC (permalink / raw) To: linux-mtd; +Cc: Artem Bityutskiy, Brian Norris, David Woodhouse The "ROM" and unknown probe types within the obsolete "direct-mapped" probe function used the nonexistent "mtd_rom" probe instead of the intended "map_rom". Signed-off-by: Aaron Sierra <asierra@xes-inc.com> --- drivers/mtd/maps/physmap_of.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c index 217c25d..63d82da 100644 --- a/drivers/mtd/maps/physmap_of.c +++ b/drivers/mtd/maps/physmap_of.c @@ -103,7 +103,7 @@ static struct mtd_info *obsolete_probe(struct platform_device *dev, if (strcmp(of_probe, "ROM") != 0) dev_warn(&dev->dev, "obsolete_probe: don't know probe " "type '%s', mapping as rom\n", of_probe); - return do_map_probe("mtd_rom", map); + return do_map_probe("map_rom", map); } } -- 1.9.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] mtd: physmap_of: Fix ROM support via OF 2014-09-17 18:08 ` [PATCH 1/2] mtd: physmap_of: Fix ROM support via OF Aaron Sierra @ 2014-09-22 18:19 ` Brian Norris 0 siblings, 0 replies; 2+ messages in thread From: Brian Norris @ 2014-09-22 18:19 UTC (permalink / raw) To: Aaron Sierra; +Cc: David Woodhouse, linux-mtd, Artem Bityutskiy On Wed, Sep 17, 2014 at 01:08:18PM -0500, Aaron Sierra wrote: > The "ROM" and unknown probe types within the obsolete "direct-mapped" > probe function used the nonexistent "mtd_rom" probe instead of the > intended "map_rom". > > Signed-off-by: Aaron Sierra <asierra@xes-inc.com> Pushed both to l2-mtd.git. Thanks! Brian ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-22 18:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1388169775.233775.1410977001530.JavaMail.zimbra@xes-inc.com>
2014-09-17 18:08 ` [PATCH 1/2] mtd: physmap_of: Fix ROM support via OF Aaron Sierra
2014-09-22 18:19 ` Brian Norris
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox