projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5025635
)
qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.c
author
Chad Dupuis
<chad.dupuis@qlogic.com>
Fri, 11 Apr 2014 20:54:28 +0000
(16:54 -0400)
committer
Christoph 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_nx2.c
b/drivers/scsi/qla2xxx/qla_nx2.c
index 73ca8ed9bd3ea9dd894595ab91f03ccc0c7a5696..75e947a23b5c07521210a22e72e14cab25de6a08 100644
(file)
--- 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;
}