]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
authorStefan Roese <sr@denx.de>
Wed, 10 Dec 2008 09:32:59 +0000 (10:32 +0100)
committerStefan Roese <sr@denx.de>
Wed, 10 Dec 2008 11:55:29 +0000 (12:55 +0100)
commit3b089e4f889a2902449d55e081c886ae607cae89
tree25f58ae327d4bdec3ffa37e6202b6a608207c6cd
parent817329351639a8895cd9b87b33aeff043f3d5a44
UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization

With this patch we set the type back to NONE upon failing UBI partition
initialization. Otherwise further calls to the UBI subsystem would try
to really access the non-existing UBI partition.

Thanks to Michael Lawnick for pointing this out.

Signed-off-by: Stefan Roese <sr@denx.de>
common/cmd_ubi.c