boards/arm/sama5/sama5d3x-ek/src/sam_at25.c: Fix a syslog format
This commit is contained in:
parent
6d692fad82
commit
25ea93cb4a
@ -97,7 +97,7 @@ int sam_at25_automount(int minor)
|
|||||||
if (!mtd)
|
if (!mtd)
|
||||||
{
|
{
|
||||||
ferr("ERROR: Failed to bind SPI port %d "
|
ferr("ERROR: Failed to bind SPI port %d "
|
||||||
"to the AT25 FLASH driver\n");
|
"to the AT25 FLASH driver\n", AT25_PORT);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user