Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292939
b: refs/heads/master
c: 880fded
h: refs/heads/master
i:
  292937: 0910750
  292935: f17f276
v: v3
  • Loading branch information
Arun Easi authored and James Bottomley committed Feb 19, 2012
1 parent 2896628 commit f0e0b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70a3fc7671a70d3ba3e606a38bd70834f08d10f3
refs/heads/master: 880fdedb3e7ae55a99b3b87a27c945ac948243f9
4 changes: 2 additions & 2 deletions trunk/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 f0e0b6e

Please sign in to comment.