aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2010-05-25 16:50:35 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2010-05-25 16:50:35 +0000
commit331c6a355ad3d5780b7f122f5d67583b1068eeae (patch)
treed5197030edc8c5c5b9dd1adc25e50fbd4a4b01d4
parentdad286235e9fef0f7f541a1dc7e1f9fbb70f9c31 (diff)
downloadsrc-331c6a355ad3d5780b7f122f5d67583b1068eeae.tar.gz
src-331c6a355ad3d5780b7f122f5d67583b1068eeae.zip
Remove extra break left by hand editing.
X-MFC: 208542 MFC after: One Month
Notes
Notes: svn path=/head/; revision=208543
-rw-r--r--sys/dev/isp/isp_freebsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index c678a81005eb..ff5c589da109 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -2632,7 +2632,6 @@ isp_handle_platform_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *inot)
}
isp_add_wwn_entry(isp, chan, wwn, nphdl, portid);
break;
- break;
case PDISC:
msg = "PDISC";
break;