mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
boards/arm/sam34/sam4e-ek/src/sam_at25.c: Appease nxstyle
This commit is contained in:
committed by
Xiang Xiao
parent
fbf7d7cdf9
commit
392c2948e5
@@ -97,7 +97,8 @@ int sam_at25_automount(int minor)
|
|||||||
mtd = at25_initialize(spi);
|
mtd = at25_initialize(spi);
|
||||||
if (!mtd)
|
if (!mtd)
|
||||||
{
|
{
|
||||||
ferr("ERROR: Failed to bind SPI port %d to the AT25 FLASH driver\n");
|
ferr("ERROR: Failed to bind SPI port %d to "
|
||||||
|
"the AT25 FLASH driver\n");
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,6 +133,7 @@ int sam_at25_automount(int minor)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Now we are initialized */
|
/* Now we are initialized */
|
||||||
|
|
||||||
initialized = true;
|
initialized = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user