boards/arm/sama5/sama5d4-ek/src/sam_at25.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-12-05 22:28:35 +09:00 committed by Xiang Xiao
parent b69dbbcbcf
commit 3599120dbb

View File

@ -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;
}