mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user