The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c1944a82ae5f4f0a2cfe7d58896209a2e58a9743

commit c1944a82ae5f4f0a2cfe7d58896209a2e58a9743
Author:     Warner Losh <[email protected]>
AuthorDate: 2023-09-09 17:12:42 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2023-09-09 17:13:25 +0000

    cam: Remove extra break
    
    Sponsored by:           Netflix
---
 sys/cam/scsi/scsi_xpt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/cam/scsi/scsi_xpt.c b/sys/cam/scsi/scsi_xpt.c
index 2d93a7053183..9e936330fb27 100644
--- a/sys/cam/scsi/scsi_xpt.c
+++ b/sys/cam/scsi/scsi_xpt.c
@@ -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:

Reply via email to