boards/arm/sam34/sam4e-ek/src/sam_at25.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi
2020-12-06 18:50:32 +09:00
committed by Xiang Xiao
parent fbf7d7cdf9
commit 392c2948e5
+3 -1
View File
@@ -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;