Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 11:39:31 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r304418 - stable/10/sys/dev/isp
Message-ID:  <201608181139.u7IBdV77047095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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