Remove bogus break statements.
Obtained from: DragonFly
This commit is contained in:
parent
9d2232176b
commit
6568ceefaf
@ -370,7 +370,6 @@ ata_end_transaction(struct ata_request *request)
|
||||
"%s trying to write on read buffer\n",
|
||||
ata_cmd2str(request));
|
||||
goto end_finished;
|
||||
break;
|
||||
}
|
||||
ata_pio_write(request, length);
|
||||
request->donecount += length;
|
||||
|
@ -1350,7 +1350,6 @@ mly_process_event(struct mly_softc *sc, struct mly_event *me)
|
||||
if (action == 'r')
|
||||
sc->mly_btl[bus][target].mb_flags |= MLY_BTL_RESCAN;
|
||||
break;
|
||||
break;
|
||||
case 's': /* report of sense data */
|
||||
if (((ssd->flags & SSD_KEY) == SSD_KEY_NO_SENSE) ||
|
||||
(((ssd->flags & SSD_KEY) == SSD_KEY_NOT_READY) &&
|
||||
|
Loading…
Reference in New Issue
Block a user