summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Dupuis <chad.dupuis@qlogic.com>2014-04-11 22:54:28 +0200
committerChristoph Hellwig <hch@lst.de>2014-05-19 13:31:03 +0200
commitb6ae5ba6c73f585ae03e4cc7c4c62bf131ff2f8d (patch)
tree3b1422d8f31362ab70ddf47014556cdce4c7661c
parentqla2xxx: Include <delay.h> file for msleep declartion in qla_nx2.c file. (diff)
downloadlinux-b6ae5ba6c73f585ae03e4cc7c4c62bf131ff2f8d.tar.xz
linux-b6ae5ba6c73f585ae03e4cc7c4c62bf131ff2f8d.zip
qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.c
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r--drivers/scsi/qla2xxx/qla_nx2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b/drivers/scsi/qla2xxx/qla_nx2.c
index 73ca8ed9bd3e..75e947a23b5c 100644
--- a/drivers/scsi/qla2xxx/qla_nx2.c
+++ b/drivers/scsi/qla2xxx/qla_nx2.c
@@ -2397,8 +2397,6 @@ qla8044_minidump_process_rdmem(struct scsi_qla_host *vha,
}
if (j >= MAX_CTL_CHECK) {
- printk_ratelimited(KERN_ERR
- "%s: failed to read through agent\n", __func__);
write_unlock_irqrestore(&ha->hw_lock, flags);
return QLA_SUCCESS;
}