From: charles Date: Tue, 12 Aug 2008 22:50:23 +0000 (+0000) Subject: Ensure variable is sane X-Git-Tag: pre-name-change~273 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=bfa43f4358046a6a6ff8da6a05e8090eef29c083 Ensure variable is sane --- diff --git a/yaffs_tagscompat.c b/yaffs_tagscompat.c index aed101e..3e5e8a4 100644 --- a/yaffs_tagscompat.c +++ b/yaffs_tagscompat.c @@ -439,7 +439,7 @@ int yaffs_TagsCompatabilityReadChunkWithTagsFromNAND(yaffs_Device * dev, yaffs_Spare spare; yaffs_Tags tags; - yaffs_ECCResult eccResult; + yaffs_ECCResult eccResult = YAFFS_ECC_RESULT_UNKNOWN; static yaffs_Spare spareFF; static int init = 0;