mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
boards/arm/sam34/sam4e-ek/src/sam_at25.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
392c2948e5
commit
46974c29bd
@@ -97,8 +97,7 @@ 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 "
|
ferr("ERROR: Failed to bind SPI port to the AT25 FLASH driver\n");
|
||||||
"the AT25 FLASH driver\n");
|
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user