svn commit: r304418 - stable/10/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Thu Aug 18 11:39:32 UTC 2016


Author: mav
Date: Thu Aug 18 11:39:30 2016
New Revision: 304418
URL: https://svnweb.freebsd.org/changeset/base/304418

Log:
  MFC r300296: Pass proper for 23xx arguments to isp_endcmd().

Modified:
  stable/10/sys/dev/isp/isp_freebsd.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/isp/isp_freebsd.c
==============================================================================
--- stable/10/sys/dev/isp/isp_freebsd.c	Thu Aug 18 11:38:47 2016	(r304417)
+++ stable/10/sys/dev/isp/isp_freebsd.c	Thu Aug 18 11:39:30 2016	(r304418)
@@ -2003,7 +2003,7 @@ noresrc:
 	ntp = isp_get_ntpd(isp, tptr);
 	if (ntp == NULL) {
 		rls_lun_statep(isp, tptr);
-		isp_endcmd(isp, aep, nphdl, 0, SCSI_STATUS_BUSY, 0);
+		isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0);
 		return;
 	}
 	memcpy(ntp->rd.data, aep, QENTRY_LEN);


More information about the svn-src-all mailing list