cam: Remove extra break

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-09-09 11:12:42 -06:00
parent 4cd94c8afb
commit c1944a82ae

View file

@ -840,7 +840,7 @@ again:
}
scsi_report_luns(csio, 5, probedone, MSG_SIMPLE_Q_TAG,
RPL_REPORT_DEFAULT, rp, periph->path->target->rpl_size,
SSD_FULL_SIZE, 60000); break;
SSD_FULL_SIZE, 60000);
break;
}
case PROBE_MODE_SENSE: