boards/arm/sam34/sam4e-ek/src/sam_at25.c: Fix a syslog format
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue