boards/arm/sama5/sama5d4-ek/src/sam_at25.c: Appease nxstyle
This commit is contained in:
parent
83b24f0382
commit
b69dbbcbcf
@ -101,7 +101,8 @@ 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 the AT25 FLASH driver\n");
|
ferr("ERROR: Failed to bind SPI port %d "
|
||||||
|
"to the AT25 FLASH driver\n");
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user