ftide020: fix incorrect information display format

Fix incorrect information display format when probing the device.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
master
Macpaul Lin 14 years ago
parent 05622191e5
commit b9016034f5
  1. 5
      drivers/block/ftide020.c

@ -316,10 +316,9 @@ int ide_preinit(void)
/* auto-detect IDE controller */ /* auto-detect IDE controller */
if (ftide_controller_probe()) { if (ftide_controller_probe()) {
printf("Faraday %s driver version %s\n", FTIDE_IP_NAME, printf("FTIDE020_S\n");
FTIDE_DRIVER_VERSION);
} else { } else {
printf("Faraday ATA controller not found.\n"); printf("FTIDE020_S ATA controller not found.\n");
return API_ENODEV; return API_ENODEV;
} }

Loading…
Cancel
Save