mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +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)
|
static inline int nand_tryeraseblock(struct sam_nandcs_s *priv, off_t block)
|
||||||
{
|
{
|
||||||
uint32_t rowaddr;
|
uint32_t rowaddr;
|
||||||
int ret = OK;
|
int ret;
|
||||||
|
|
||||||
/* Calculate address used for erase */
|
/* Calculate address used for erase */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user