yaffs direct: Prevent yaffs_start_up being called twice.
authorCharles Manning <cdhmanning@gmail.com>
Wed, 18 Jan 2012 01:43:13 +0000 (14:43 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Wed, 18 Jan 2012 01:43:13 +0000 (14:43 +1300)
It is OK to add more devices on the fly, but the yaffs_start_up function
memsets the device back to 0 which nukes the list head and breaks the list.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found