fix reported compile error flying blind- I do not have the new compiler yet

This commit is contained in:
Matt Jacob 1998-09-15 22:44:51 +00:00
parent 51bd0f3f0d
commit 050ea0d6f2

View file

@ -1,4 +1,4 @@
/* $Id: isp.c,v 1.19 1998/09/14 23:23:47 mjacob Exp $ */
/* $Id: isp.c,v 1.2 1998/09/15 08:42:55 gibbs Exp $ */
/*
* Machine and OS Independent (well, as best as possible)
* code for the Qlogic ISP SCSI adapters.
@ -1323,7 +1323,7 @@ isp_intr(arg)
PRINTF(" BUT NOT SET");
}
}
PRINTF(" XS_ERR=0x%x\n", XS_ERR(xs));
PRINTF(" XS_ERR=0x%x\n", (unsigned int) XS_ERR(xs));
}
ISP_WRITE(isp, INMAILBOX5, optr);