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

Alexander Motin mav at FreeBSD.org
Fri May 20 11:56:18 UTC 2016


Author: mav
Date: Fri May 20 11:56:16 2016
New Revision: 300296
URL: https://svnweb.freebsd.org/changeset/base/300296

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

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

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c	Fri May 20 11:02:04 2016	(r300295)
+++ head/sys/dev/isp/isp_freebsd.c	Fri May 20 11:56:16 2016	(r300296)
@@ -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-head mailing list