More missing semicolons after DEBUGASSERT

This commit is contained in:
Gregory Nutt
2015-05-27 13:32:39 -06:00
parent 2ecff2a432
commit 0476d8168a
10 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1559,7 +1559,7 @@ static ssize_t mmcsd_reload(FAR void *dev, FAR uint8_t *buffer,
#endif
ssize_t ret;
DEBUGASSERT(priv != NULL && buffer != NULL && nblocks > 0)
DEBUGASSERT(priv != NULL && buffer != NULL && nblocks > 0);
#ifdef CONFIG_MMCSD_MULTIBLOCK_DISABLE
/* Read each block using only the single block transfer method */
@@ -1937,7 +1937,7 @@ static ssize_t mmcsd_flush(FAR void *dev, FAR const uint8_t *buffer,
#endif
ssize_t ret;
DEBUGASSERT(priv != NULL && buffer != NULL && nblocks > 0)
DEBUGASSERT(priv != NULL && buffer != NULL && nblocks > 0);
#ifdef CONFIG_MMCSD_MULTIBLOCK_DISABLE
/* Write each block using only the single block transfer method */