Fix make universe.

This commit is contained in:
Pawel Jakub Dawidek 2011-11-16 18:42:43 +00:00
parent d185f187b4
commit 1859c4740e

View File

@ -561,7 +561,7 @@ lsi64854_scsi_intr(void *arg)
DPRINTF(LDB_SCSI, ("%s: tcl=%d, tcm=%d, tch=%d; trans=%d, resid=%d\n",
__func__, NCR_READ_REG(nsc, NCR_TCL), NCR_READ_REG(nsc, NCR_TCM),
(nsc->sc_sc_features & NCR_F_LARGEXFER) != 0 ?
(nsc->sc_features & NCR_F_LARGEXFER) != 0 ?
NCR_READ_REG(nsc, NCR_TCH) : 0, trans, resid));
if (dmasize != 0) {