Date: Fri, 10 Feb 2017 05:42:06 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r313526 - stable/10/sys/dev/ppbus Message-ID: <201702100542.v1A5g6Is079053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702100542.v1A5g6Is079053>