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: /* _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"