1
0
Fork 0

jmicron: fix warning

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
hifive-unleashed-5.1
Andrew Morton 2007-01-27 13:46:21 +01:00 committed by Bartlomiej Zolnierkiewicz
parent 1e7106fc7e
commit a51545ab25
1 changed files with 2 additions and 1 deletions

View File

@ -93,8 +93,9 @@ static int __devinit ata66_jmicron(ide_hwif_t *hwif)
return 0;
return 1;
case PORT_SATA:
return 1;
break;
}
return 1; /* Avoid bogus "control reaches end of non-void function" */
}
static void jmicron_tuneproc (ide_drive_t *drive, byte mode_wanted)