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

This commit is contained in:
YAMAMOTO Takashi 2020-12-05 08:26:06 +09:00 committed by Xiang Xiao
parent 6d692fad82
commit 25ea93cb4a

View File

@ -97,7 +97,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;
}