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