ftide020: fix incorrect information display format
Fix incorrect information display format when probing the device. Signed-off-by: Macpaul Lin <macpaul@andestech.com>
This commit is contained in:
parent
05622191e5
commit
b9016034f5
@ -316,10 +316,9 @@ 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("FTIDE020_S\n");
|
||||
} else {
|
||||
printf("Faraday ATA controller not found.\n");
|
||||
printf("FTIDE020_S ATA controller not found.\n");
|
||||
return API_ENODEV;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user