From bfa43f4358046a6a6ff8da6a05e8090eef29c083 Mon Sep 17 00:00:00 2001 From: charles Date: Tue, 12 Aug 2008 22:50:23 +0000 Subject: [PATCH] Ensure variable is sane --- yaffs_tagscompat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2