mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Fix "ubi part" cmd re-entrancy
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>
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
d03161b455
commit
86af10cac4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue