OSDN Git Service

qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.c
authorChad Dupuis <chad.dupuis@qlogic.com>
Fri, 11 Apr 2014 20:54:28 +0000 (16:54 -0400)
committerChristoph Hellwig <hch@lst.de>
Mon, 19 May 2014 11:31:03 +0000 (13:31 +0200)
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>
drivers/scsi/qla2xxx/qla_nx2.c

index 73ca8ed..75e947a 100644 (file)
@@ -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;
                }