mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
cam: Remove extra break
Sponsored by: Netflix
This commit is contained in:
parent
4cd94c8afb
commit
c1944a82ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue