diff --git a/drivers/mmcsd/mmcsd_spi.c b/drivers/mmcsd/mmcsd_spi.c index 0bdb467a2d..ea791229ec 100644 --- a/drivers/mmcsd/mmcsd_spi.c +++ b/drivers/mmcsd/mmcsd_spi.c @@ -959,7 +959,7 @@ static int mmcsd_getcardinfo(FAR struct mmcsd_slot_s *slot, uint8_t *buffer, } } - ferr("ERROR: %d. Did not find start of block\n"); + ferr("ERROR: Did not find start of block\n"); return -EIO; }