aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayamohan Kallickal <jayamohank@serverengines.com>2010-07-22 04:27:16 +0530
committerJames Bottomley <James.Bottomley@suse.de>2010-07-28 09:05:36 -0500
commit0aa094331b19e54f928e2ac083285ff68d91c69b (patch)
treefbed142888ed2819fd5a89dedb8ed0edccba08ea
parent[SCSI] be2iscsi: Limit max_xmit_length (diff)
downloadlinux-dev-0aa094331b19e54f928e2ac083285ff68d91c69b.tar.xz
linux-dev-0aa094331b19e54f928e2ac083285ff68d91c69b.zip
[SCSI] be2iscsi: Remove debug print in IO path
This patch removes a Debug Print in the IO path Signed-off-by: Jayamohan Kallickal <jayamohank@serverengines.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
-rw-r--r--drivers/scsi/be2iscsi/be_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c
index fdd9161096c1..b70b4ba72076 100644
--- a/drivers/scsi/be2iscsi/be_main.c
+++ b/drivers/scsi/be2iscsi/be_main.c
@@ -3744,8 +3744,6 @@ static int beiscsi_task_xmit(struct iscsi_task *task)
SE_DEBUG(DBG_LVL_1, " scsi_dma_map Failed\n")
return num_sg;
}
- SE_DEBUG(DBG_LVL_4, "xferlen=0x%08x scmd=%p num_sg=%d sernum=%lu\n",
- (scsi_bufflen(sc)), sc, num_sg, sc->serial_number);
xferlen = scsi_bufflen(sc);
sg = scsi_sglist(sc);
if (sc->sc_data_direction == DMA_TO_DEVICE) {