boards/arm/sam34/sam4e-ek/src/sam_at25.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-12-06 18:50:53 +09:00 committed by Xiang Xiao
parent 392c2948e5
commit 46974c29bd
1 changed files with 1 additions and 2 deletions

View File

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