Commit 3256b435 authored by Chad Dupuis's avatar Chad Dupuis Committed by James Bottomley

[SCSI] qla2xxx: Convert remaining printk's to ql_log format.

Signed-off-by: default avatarGiridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: default avatarChad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent d8c0d546
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* | Queue Command and IO tracing | 0x302f | 0x3006,0x3008 | * | Queue Command and IO tracing | 0x302f | 0x3006,0x3008 |
* | | | 0x302d-0x302e | * | | | 0x302d-0x302e |
* | DPC Thread | 0x401c | | * | DPC Thread | 0x401c | |
* | Async Events | 0x5057 | 0x502b-0x502f | * | Async Events | 0x505d | 0x502b-0x502f |
* | | | 0x5047,0x5052 | * | | | 0x5047,0x5052 |
* | Timer Routines | 0x6011 | 0x600e-0x600f | * | Timer Routines | 0x6011 | 0x600e-0x600f |
* | User Space Interactions | 0x709e | 0x7018,0x702e | * | User Space Interactions | 0x709e | 0x7018,0x702e |
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* | | | 0x800b,0x8039 | * | | | 0x800b,0x8039 |
* | AER/EEH | 0x900f | | * | AER/EEH | 0x900f | |
* | Virtual Port | 0xa007 | | * | Virtual Port | 0xa007 | |
* | ISP82XX Specific | 0xb052 | | * | ISP82XX Specific | 0xb054 | 0xb053 |
* | MultiQ | 0xc00c | | * | MultiQ | 0xc00c | |
* | Misc | 0xd010 | | * | Misc | 0xd010 | |
* ---------------------------------------------------------------------- * ----------------------------------------------------------------------
......
...@@ -44,8 +44,8 @@ qla2100_intr_handler(int irq, void *dev_id) ...@@ -44,8 +44,8 @@ qla2100_intr_handler(int irq, void *dev_id)
rsp = (struct rsp_que *) dev_id; rsp = (struct rsp_que *) dev_id;
if (!rsp) { if (!rsp) {
printk(KERN_INFO ql_log(ql_log_info, NULL, 0x505d,
"%s(): NULL response queue pointer.\n", __func__); "%s: NULL response queue pointer.\n", __func__);
return (IRQ_NONE); return (IRQ_NONE);
} }
...@@ -141,8 +141,8 @@ qla2300_intr_handler(int irq, void *dev_id) ...@@ -141,8 +141,8 @@ qla2300_intr_handler(int irq, void *dev_id)
rsp = (struct rsp_que *) dev_id; rsp = (struct rsp_que *) dev_id;
if (!rsp) { if (!rsp) {
printk(KERN_INFO ql_log(ql_log_info, NULL, 0x5058,
"%s(): NULL response queue pointer.\n", __func__); "%s: NULL response queue pointer.\n", __func__);
return (IRQ_NONE); return (IRQ_NONE);
} }
...@@ -2097,8 +2097,8 @@ qla24xx_intr_handler(int irq, void *dev_id) ...@@ -2097,8 +2097,8 @@ qla24xx_intr_handler(int irq, void *dev_id)
rsp = (struct rsp_que *) dev_id; rsp = (struct rsp_que *) dev_id;
if (!rsp) { if (!rsp) {
printk(KERN_INFO ql_log(ql_log_info, NULL, 0x5059,
"%s(): NULL response queue pointer.\n", __func__); "%s: NULL response queue pointer.\n", __func__);
return IRQ_NONE; return IRQ_NONE;
} }
...@@ -2181,8 +2181,8 @@ qla24xx_msix_rsp_q(int irq, void *dev_id) ...@@ -2181,8 +2181,8 @@ qla24xx_msix_rsp_q(int irq, void *dev_id)
rsp = (struct rsp_que *) dev_id; rsp = (struct rsp_que *) dev_id;
if (!rsp) { if (!rsp) {
printk(KERN_INFO ql_log(ql_log_info, NULL, 0x505a,
"%s(): NULL response queue pointer.\n", __func__); "%s: NULL response queue pointer.\n", __func__);
return IRQ_NONE; return IRQ_NONE;
} }
ha = rsp->hw; ha = rsp->hw;
...@@ -2211,8 +2211,8 @@ qla25xx_msix_rsp_q(int irq, void *dev_id) ...@@ -2211,8 +2211,8 @@ qla25xx_msix_rsp_q(int irq, void *dev_id)
rsp = (struct rsp_que *) dev_id; rsp = (struct rsp_que *) dev_id;
if (!rsp) { if (!rsp) {
printk(KERN_INFO ql_log(ql_log_info, NULL, 0x505b,
"%s(): NULL response queue pointer.\n", __func__); "%s: NULL response queue pointer.\n", __func__);
return IRQ_NONE; return IRQ_NONE;
} }
ha = rsp->hw; ha = rsp->hw;
...@@ -2245,8 +2245,8 @@ qla24xx_msix_default(int irq, void *dev_id) ...@@ -2245,8 +2245,8 @@ qla24xx_msix_default(int irq, void *dev_id)
rsp = (struct rsp_que *) dev_id; rsp = (struct rsp_que *) dev_id;
if (!rsp) { if (!rsp) {
printk(KERN_INFO ql_log(ql_log_info, NULL, 0x505c,
"%s(): NULL response queue pointer.\n", __func__); "%s: NULL response queue pointer.\n", __func__);
return IRQ_NONE; return IRQ_NONE;
} }
ha = rsp->hw; ha = rsp->hw;
......
...@@ -2050,8 +2050,8 @@ qla82xx_intr_handler(int irq, void *dev_id) ...@@ -2050,8 +2050,8 @@ qla82xx_intr_handler(int irq, void *dev_id)
rsp = (struct rsp_que *) dev_id; rsp = (struct rsp_que *) dev_id;
if (!rsp) { if (!rsp) {
printk(KERN_INFO ql_log(ql_log_info, NULL, 0xb054,
"%s(): NULL response queue pointer.\n", __func__); "%s: NULL response queue pointer.\n", __func__);
return IRQ_NONE; return IRQ_NONE;
} }
ha = rsp->hw; ha = rsp->hw;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment