Fix debug build after 367926.

This commit is contained in:
Alexander Motin 2020-11-22 16:13:09 +00:00
parent 7ebc0ac4c9
commit 3037002e33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367937

View File

@ -1480,7 +1480,7 @@ isp_handle_platform_atio7(ispsoftc_t *isp, at7_entry_t *aep)
xpt_done((union ccb *)atiop);
return;
noresrc:
KASSERT(atp == NULL, ("%s: atp is not NULL on noresrc!\n"));
KASSERT(atp == NULL, ("%s: atp is not NULL on noresrc!\n", __func__));
ntp = isp_get_ntpd(isp, chan);
if (ntp == NULL) {
isp_endcmd(isp, aep, nphdl, chan, SCSI_STATUS_BUSY, 0);