Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2023 17:14:15 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c1944a82ae5f - main - cam: Remove extra break
Message-ID:  <202309091714.389HEFf5034060@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit c1944a82ae5f4f0a2cfe7d58896209a2e58a9743
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-09-09 17:12:42 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309091714.389HEFf5034060>