You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/06 13:42:12 UTC

[incubator-nuttx] 22/27: boards/arm/sam34/sam4e-ek/src/sam_at25.c: Fix a syslog format

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 46974c29bda4091a6c95a80dc34c6e78311c0998
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Sun Dec 6 18:50:53 2020 +0900

    boards/arm/sam34/sam4e-ek/src/sam_at25.c: Fix a syslog format
---
 boards/arm/sam34/sam4e-ek/src/sam_at25.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/boards/arm/sam34/sam4e-ek/src/sam_at25.c b/boards/arm/sam34/sam4e-ek/src/sam_at25.c
index ac722ea..a13dda3 100644
--- a/boards/arm/sam34/sam4e-ek/src/sam_at25.c
+++ b/boards/arm/sam34/sam4e-ek/src/sam_at25.c
@@ -97,8 +97,7 @@ int sam_at25_automount(int minor)
       mtd = at25_initialize(spi);
       if (!mtd)
         {
-          ferr("ERROR: Failed to bind SPI port %d to "
-               "the AT25 FLASH driver\n");
+          ferr("ERROR: Failed to bind SPI port to the AT25 FLASH driver\n");
           return -ENODEV;
         }