Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a51545ab authored by Andrew Morton's avatar Andrew Morton Committed by Bartlomiej Zolnierkiewicz
Browse files

jmicron: fix warning

parent 1e7106fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -93,8 +93,9 @@ static int __devinit ata66_jmicron(ide_hwif_t *hwif)
			return 0;
			return 0;
		return 1;
		return 1;
	case PORT_SATA:
	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)
static void jmicron_tuneproc (ide_drive_t *drive, byte mode_wanted)