Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2020 05:13:53 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368091 - head/sys/dev/isp
Message-ID:  <202011270513.0AR5DrFQ055358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Nov 27 05:13:52 2020
New Revision: 368091
URL: https://svnweb.freebsd.org/changeset/base/368091

Log:
  Restore break statement lost in r367857.

Modified:
  head/sys/dev/isp/isp_target.c

Modified: head/sys/dev/isp/isp_target.c
==============================================================================
--- head/sys/dev/isp/isp_target.c	Fri Nov 27 04:45:10 2020	(r368090)
+++ head/sys/dev/isp/isp_target.c	Fri Nov 27 05:13:52 2020	(r368091)
@@ -174,6 +174,7 @@ isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_
 	case RQSTYPE_NOTIFY:
 		isp_get_notify_24xx(isp, inot_24xx, (in_fcentry_24xx_t *)local);
 		isp_handle_notify_24xx(isp, (in_fcentry_24xx_t *)local);
+		break;
 
 	case RQSTYPE_NOTIFY_ACK:
 		/*



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