More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced

This commit is contained in:
Gregory Nutt
2014-02-10 19:11:56 -06:00
parent b3792fcd86
commit e3b409a436
+1 -1
View File
@@ -2518,7 +2518,7 @@ errout:
static inline int nand_tryeraseblock(struct sam_nandcs_s *priv, off_t block)
{
uint32_t rowaddr;
int ret = OK;
int ret;
/* Calculate address used for erase */