summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2014-05-07 05:11:16 +0000
committerken <ken@FreeBSD.org>2014-05-07 05:11:16 +0000
commita326ec0671ede676b6ac04e8fc75052559ae30a5 (patch)
tree03baa87da8d8b1799c7c972ff3634e7eb0679990
parent9f6783a973f4e797ba19aea8213340969e1c0fea (diff)
downloadFreeBSD-src-a326ec0671ede676b6ac04e8fc75052559ae30a5.zip
FreeBSD-src-a326ec0671ede676b6ac04e8fc75052559ae30a5.tar.gz
Remove some debugging code.
Submitted by: Steve McConnell <stephen.mcconnell@avagotech.com> MFC after: 3 days
-rw-r--r--sys/dev/mpr/mpr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/mpr/mpr.c b/sys/dev/mpr/mpr.c
index fe187a5..3656eec 100644
--- a/sys/dev/mpr/mpr.c
+++ b/sys/dev/mpr/mpr.c
@@ -2182,8 +2182,6 @@ mpr_add_chain(struct mpr_command *cm, int segsleft)
* 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);
OpenPOWER on IntegriCloud