* [U-Boot] [PATCH] Fix "ubi part" cmd re-entrancy
@ 2010-09-23 8:46 Karl Beldan
2010-09-27 13:07 ` Stefan Roese
0 siblings, 1 reply; 2+ messages in thread
From: Karl Beldan @ 2010-09-23 8:46 UTC (permalink / raw)
To: u-boot
Commit 2ee951ba (UBI: Enable re-initializing of the "ubi part" command)
reset mtd_devs in ubi_exit() but missed ubi_init()'s failure path.
Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
Cc: Stefan Roese <sr@denx.de>
---
drivers/mtd/ubi/build.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c
index 354e80b..3ea0e6c 100644
--- a/drivers/mtd/ubi/build.c
+++ b/drivers/mtd/ubi/build.c
@@ -1045,6 +1045,7 @@ out_version:
out_class:
class_destroy(ubi_class);
out:
+ mtd_devs = 0;
ubi_err("UBI error: cannot initialize UBI, error %d", err);
return err;
}
--
1.7.1.422.g049e9
^ permalink raw reply related [flat|nested] 2+ messages in thread* [U-Boot] [PATCH] Fix "ubi part" cmd re-entrancy
2010-09-23 8:46 [U-Boot] [PATCH] Fix "ubi part" cmd re-entrancy Karl Beldan
@ 2010-09-27 13:07 ` Stefan Roese
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2010-09-27 13:07 UTC (permalink / raw)
To: u-boot
On Thursday 23 September 2010 10:46:31 Karl Beldan wrote:
> Commit 2ee951ba (UBI: Enable re-initializing of the "ubi part" command)
> reset mtd_devs in ubi_exit() but missed ubi_init()'s failure path.
Applied to u-boot-ubi/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-27 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 8:46 [U-Boot] [PATCH] Fix "ubi part" cmd re-entrancy Karl Beldan
2010-09-27 13:07 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox