Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2016 16:56:28 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296944 - head/sys/dev/ppbus
Message-ID:  <201603161656.u2GGuSxH041464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603161656.u2GGuSxH041464>