svn commit: r296944 - head/sys/dev/ppbus

Warner Losh imp at FreeBSD.org
Wed Mar 16 16:56:29 UTC 2016


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);
 


More information about the svn-src-head mailing list