[Yaffs] [YAFFS 04/10] Add missing closing bracket

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Waldemar Rymarkiewicz
Date:  
To: yaffs
CC: Waldemar Rymarkiewicz, manningc2
Old-Topics: [Yaffs] [YAFFS 00/10] Add support of v3.2 kernel in single flavour of yaffs
Subject: [Yaffs] [YAFFS 04/10] Add missing closing bracket
Signed-off-by: Waldemar Rymarkiewicz <>
---
 yaffs_mtdif1_single.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/yaffs_mtdif1_single.c b/yaffs_mtdif1_single.c
index 8abd6c6..bfdd93a 100644
--- a/yaffs_mtdif1_single.c
+++ b/yaffs_mtdif1_single.c
@@ -268,7 +268,7 @@ static int nandmtd1_test_prerequists(struct yaffs_dev *dev, struct mtd_info *mtd
     if (oobavail < (dev->param.tags_9bytes ? 9 : 8)) {
         yaffs_trace(YAFFS_TRACE_ERROR,
             "mtd device has only %d bytes for tags, need %d",
-            oobavail, (dev->param.tags_9bytes ? 9 : 8);
+            oobavail, (dev->param.tags_9bytes ? 9 : 8));
         return YAFFS_FAIL;
     }
     return YAFFS_OK;
-- 
1.7.8