svn commit: r368091 - head/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Fri Nov 27 05:13:53 UTC 2020


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:
 		/*


More information about the svn-src-head mailing list