Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360245
b: refs/heads/master
c: 6c3943c
h: refs/heads/master
i:
  360243: 86d2277
v: v3
  • Loading branch information
Saurav Kashyap authored and James Bottomley committed Feb 22, 2013
1 parent 0a9b495 commit 16872be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb4cf5b73b47fe78502b16bc3dc4af612aa37ad7
refs/heads/master: 6c3943cdb87f68a9dbb6d586f40b84622e803574
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ qla83xx_handle_8200_aen(scsi_qla_host_t *vha, uint16_t *mb)
if (mb[1] & IDC_DEVICE_STATE_CHANGE) {
ql_log(ql_log_info, vha, 0x506a,
"IDC Device-State changed = 0x%x.\n", mb[4]);
if (ha->flags.nic_core_reset_owner)
return;
qla83xx_schedule_work(vha, MBA_IDC_AEN);
}
}
Expand Down

0 comments on commit 16872be

Please sign in to comment.