Remove bogus break statements.

Obtained from:	DragonFly
This commit is contained in:
kevlo 2012-09-18 02:19:43 +00:00
parent 9d2232176b
commit 6568ceefaf
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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) &&