Skip to content

Commit

Permalink
[SCSI] qla2xxx: Fix ql_dbg arguments.
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Easi <arun.easi@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Arun Easi authored and James Bottomley committed Feb 19, 2012
1 parent 70a3fc7 commit 880fded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/qla2xxx/qla_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -4142,7 +4142,7 @@ qla82xx_md_collect(scsi_qla_host_t *vha)

total_data_size = ha->md_dump_size;

ql_dbg(ql_log_info, vha, 0xb03d,
ql_dbg(ql_dbg_p3p, vha, 0xb03d,
"Total minidump data_size 0x%x to be captured\n", total_data_size);

/* Check whether template obtained is valid */
Expand Down Expand Up @@ -4265,7 +4265,7 @@ qla82xx_md_collect(scsi_qla_host_t *vha)
}

if (data_collected != total_data_size) {
ql_dbg(ql_log_warn, vha, 0xb043,
ql_dbg(ql_dbg_p3p, vha, 0xb043,
"MiniDump data mismatch: Data collected: [0x%x],"
"total_data_size:[0x%x]\n",
data_collected, total_data_size);
Expand Down

0 comments on commit 880fded

Please sign in to comment.