[U-Boot] [PATCH 1/2] ftide020: fix incorrect information display format
Macpaul Lin
macpaul at andestech.com
Fri Nov 11 07:53:19 CET 2011
Fix incorrect information display format when probing the device.
Signed-off-by: Macpaul Lin <macpaul at andestech.com>
---
drivers/block/ftide020.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/block/ftide020.c b/drivers/block/ftide020.c
index 4a7a07f..befb34d 100644
--- a/drivers/block/ftide020.c
+++ b/drivers/block/ftide020.c
@@ -316,8 +316,7 @@ int ide_preinit(void)
/* auto-detect IDE controller */
if (ftide_controller_probe()) {
- printf("Faraday %s driver version %s\n", FTIDE_IP_NAME,
- FTIDE_DRIVER_VERSION);
+ printf("Faraday FTIDE020_S driver\n");
} else {
printf("Faraday ATA controller not found.\n");
return API_ENODEV;
--
1.7.3.5
More information about the U-Boot
mailing list