Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360227
b: refs/heads/master
c: 552f3f9
h: refs/heads/master
i:
  360225: 8d3485d
  360223: c6d3a16
v: v3
  • Loading branch information
Masanari Iida authored and James Bottomley committed Feb 22, 2013
1 parent 6d96f76 commit b97ad2d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a865c50a64f1c0c27fc0be0652b6a352f537cb6f
refs/heads/master: 552f3f9aca3b8aee5b1b52bece6771d3275ca744
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2808,6 +2808,9 @@ qla2x00_shutdown(struct pci_dev *pdev)
scsi_qla_host_t *vha;
struct qla_hw_data *ha;

if (!atomic_read(&pdev->enable_cnt))
return;

vha = pci_get_drvdata(pdev);
ha = vha->hw;

Expand Down

0 comments on commit b97ad2d

Please sign in to comment.