svn commit: r265484 - head/sys/dev/mpr

Kenneth D. Merry ken at FreeBSD.org
Wed May 7 05:11:16 UTC 2014


Author: ken
Date: Wed May  7 05:11:16 2014
New Revision: 265484
URL: http://svnweb.freebsd.org/changeset/base/265484

Log:
  Remove some debugging code.
  
  Submitted by:	Steve McConnell <stephen.mcconnell at avagotech.com>
  MFC after:	3 days

Modified:
  head/sys/dev/mpr/mpr.c

Modified: head/sys/dev/mpr/mpr.c
==============================================================================
--- head/sys/dev/mpr/mpr.c	Wed May  7 05:06:55 2014	(r265483)
+++ head/sys/dev/mpr/mpr.c	Wed May  7 05:11:16 2014	(r265484)
@@ -2182,8 +2182,6 @@ mpr_add_chain(struct mpr_command *cm, in
 	 * code other than 0.
 	 */
 	if (cm->cm_flags & MPR_CM_FLAGS_SGE_SIMPLE) {
-//SLM-test
-printf("Trying to add a chain element to an MPI SGL\n");
 		mpr_dprint(sc, MPR_ERROR, "A chain element cannot be added to "
 		    "an MPI SGL.\n");
 		return(ENOBUFS);


More information about the svn-src-head mailing list