aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2016-03-16 16:56:28 +0000
committerWarner Losh <imp@FreeBSD.org>2016-03-16 16:56:28 +0000
commit11a6314a690d3ad0f7c4d5484361bd35e73dcc15 (patch)
tree522c2f0a710c8d5ca07e5579c2ebc16c2d4b20a4 /sys/dev/ppbus
parent8ef1f44afe8752ea37d3cf88de304729c90a0b9a (diff)
Notes
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/vpo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/vpo.c b/sys/dev/ppbus/vpo.c
index a4f522603166..f5082751bdcf 100644
--- a/sys/dev/ppbus/vpo.c
+++ b/sys/dev/ppbus/vpo.c
@@ -316,7 +316,7 @@ vpo_action(struct cam_sim *sim, union ccb *ccb)
}
#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);