Author: imp
Date: Wed Mar 16 16:56:28 2016
New Revision: 296944
URL: https://svnweb.freebsd.org/changeset/base/296944

Log:
  Fix debug printf

Modified:
  head/sys/dev/ppbus/vpo.c

Modified: head/sys/dev/ppbus/vpo.c
==============================================================================
--- head/sys/dev/ppbus/vpo.c    Wed Mar 16 16:52:31 2016        (r296943)
+++ head/sys/dev/ppbus/vpo.c    Wed Mar 16 16:56:28 2016        (r296944)
@@ -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);
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to