svn commit: r313526 - stable/10/sys/dev/ppbus
Ngie Cooper
ngie at FreeBSD.org
Fri Feb 10 05:42:07 UTC 2017
Author: ngie
Date: Fri Feb 10 05:42:06 2017
New Revision: 313526
URL: https://svnweb.freebsd.org/changeset/base/313526
Log:
MFC r296944:
This unbreaks ia64.LINT
r296944 (by imp):
Fix debug printf
Modified:
stable/10/sys/dev/ppbus/vpo.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/ppbus/vpo.c
==============================================================================
--- stable/10/sys/dev/ppbus/vpo.c Fri Feb 10 05:35:30 2017 (r313525)
+++ stable/10/sys/dev/ppbus/vpo.c Fri Feb 10 05:42:06 2017 (r313526)
@@ -316,7 +316,7 @@ vpo_action(struct cam_sim *sim, union cc
}
#ifdef VP0_DEBUG
device_printf(vpo->vpo_dev, "XPT_SCSI_IO (0x%x) request\n",
- scsiio_cdb_ptr(csio));
+ *scsiio_cdb_ptr(csio));
#endif
vpo_intr(vpo, csio);
More information about the svn-src-all
mailing list