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);
 
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to