diff options
author | Jayamohan Kallickal <jayamohank@serverengines.com> | 2010-07-21 18:57:16 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-28 10:05:36 -0400 |
commit | 0aa094331b19e54f928e2ac083285ff68d91c69b (patch) | |
tree | fbed142888ed2819fd5a89dedb8ed0edccba08ea /drivers/scsi/be2iscsi | |
parent | 42f43c419e1881b543faf20182cad0f789b73d2f (diff) |
[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>
Diffstat (limited to 'drivers/scsi/be2iscsi')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 2 |
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) | |||
3744 | SE_DEBUG(DBG_LVL_1, " scsi_dma_map Failed\n") | 3744 | SE_DEBUG(DBG_LVL_1, " scsi_dma_map Failed\n") |
3745 | return num_sg; | 3745 | return num_sg; |
3746 | } | 3746 | } |
3747 | SE_DEBUG(DBG_LVL_4, "xferlen=0x%08x scmd=%p num_sg=%d sernum=%lu\n", | ||
3748 | (scsi_bufflen(sc)), sc, num_sg, sc->serial_number); | ||
3749 | xferlen = scsi_bufflen(sc); | 3747 | xferlen = scsi_bufflen(sc); |
3750 | sg = scsi_sglist(sc); | 3748 | sg = scsi_sglist(sc); |
3751 | if (sc->sc_data_direction == DMA_TO_DEVICE) { | 3749 | if (sc->sc_data_direction == DMA_TO_DEVICE) { |