Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328867
b: refs/heads/master
c: 2ad1b67
h: refs/heads/master
i:
  328865: 39751ed
  328863: 420c19f
v: v3
  • Loading branch information
Arun Easi authored and James Bottomley committed Sep 24, 2012
1 parent 1b7de10 commit 3793da7
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: 487370af8a8ecbbeea762695ab1bb42639f492fa
refs/heads/master: 2ad1b67c56c6774ae6cae0d9fb02dec280cd708d
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ void
qla83xx_nic_core_unrecoverable_work(struct work_struct *work)
{
struct qla_hw_data *ha =
container_of(work, struct qla_hw_data, nic_core_reset);
container_of(work, struct qla_hw_data, nic_core_unrecoverable);
scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev);
uint32_t dev_state = 0;

Expand All @@ -3824,7 +3824,7 @@ void
qla83xx_idc_state_handler_work(struct work_struct *work)
{
struct qla_hw_data *ha =
container_of(work, struct qla_hw_data, nic_core_reset);
container_of(work, struct qla_hw_data, idc_state_handler);
scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev);
uint32_t dev_state = 0;

Expand Down

0 comments on commit 3793da7

Please sign in to comment.