diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2011-04-26 12:09:15 +0530 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-05-01 11:55:27 -0500 |
commit | 56cee8d57744ec5782e3a8722c1bc45951d2c037 (patch) | |
tree | 3b4ad3ccc80cbd488d78766cdd92403ebcf3610b /drivers/message | |
parent | befc9b4dda55a146f3e7e1d00abcb4a18fd75887 (diff) | |
download | linux-3.10-56cee8d57744ec5782e3a8722c1bc45951d2c037.tar.gz linux-3.10-56cee8d57744ec5782e3a8722c1bc45951d2c037.tar.bz2 linux-3.10-56cee8d57744ec5782e3a8722c1bc45951d2c037.zip |
[SCSI] mptfusion: Remove debug print from mptscsih_qcmd()
Remove debug print from mptscsih_qcmd function call.
This debug print cause flood of prints and difficult to debug other issues.
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/mptscsih.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c index b871ab3dbac..a1d4ee6671b 100644 --- a/drivers/message/fusion/mptscsih.c +++ b/drivers/message/fusion/mptscsih.c @@ -1415,11 +1415,8 @@ mptscsih_qcmd(struct scsi_cmnd *SCpnt, void (*done)(struct scsi_cmnd *)) dmfprintk(ioc, printk(MYIOC_s_DEBUG_FMT "qcmd: SCpnt=%p, done()=%p\n", ioc->name, SCpnt, done)); - if (ioc->taskmgmt_quiesce_io) { - dtmprintk(ioc, printk(MYIOC_s_WARN_FMT "qcmd: SCpnt=%p timeout + 60HZ\n", - ioc->name, SCpnt)); + if (ioc->taskmgmt_quiesce_io) return SCSI_MLQUEUE_HOST_BUSY; - } /* * Put together a MPT SCSI request... |