commit | 3b089e4f889a2902449d55e081c886ae607cae89 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Dec 10 10:32:59 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Dec 10 12:55:29 2008 +0100 |
tree | 25f58ae327d4bdec3ffa37e6202b6a608207c6cd | |
parent | 817329351639a8895cd9b87b33aeff043f3d5a44 [diff] |
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>