public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] MTD: nandsim should delete its partitions on module unload
@ 2009-04-02 23:32 Kevin Cernekee
  2009-04-03  6:57 ` Adrian Hunter
  2009-04-03  7:01 ` Artem Bityutskiy
  0 siblings, 2 replies; 4+ messages in thread
From: Kevin Cernekee @ 2009-04-02 23:32 UTC (permalink / raw)
  To: dwmw2; +Cc: linux-mtd, linux-kernel

Signed-off-by: Kevin Cernekee <kpc.mtd@gmail.com>
---
 drivers/mtd/nand/nandsim.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nand/nandsim.c b/drivers/mtd/nand/nandsim.c
index cd0711b..f4fda9b 100644
--- a/drivers/mtd/nand/nandsim.c
+++ b/drivers/mtd/nand/nandsim.c
@@ -2349,6 +2349,7 @@ static void __exit ns_cleanup_module(void)
 	struct nandsim *ns = (struct nandsim *)(((struct nand_chip
*)nsmtd->priv)->priv);
 	int i;

+	del_mtd_partitions(nsmtd);
 	free_nandsim(ns);    /* Free nandsim private resources */
 	nand_release(nsmtd); /* Unregister driver */
 	for (i = 0;i < ARRAY_SIZE(ns->partitions); ++i)
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-03 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 23:32 [PATCH] MTD: nandsim should delete its partitions on module unload Kevin Cernekee
2009-04-03  6:57 ` Adrian Hunter
2009-04-03 20:20   ` Kevin Cernekee
2009-04-03  7:01 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox