Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127877
b: refs/heads/master
c: 372bd28
h: refs/heads/master
i:
  127875: 348c53d
v: v3
  • Loading branch information
Julia Lawall authored and James Bottomley committed Jan 2, 2009
1 parent cd4dd6d commit a6bf923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b99b4c67db9b6dde67955b3746666505a48ec7ee
refs/heads/master: 372bd282900c2d480152622a82942b369b98d49a
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/lpfc/lpfc_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1795,12 +1795,13 @@ lpfc_block_mgmt_io(struct lpfc_hba * phba)
int
lpfc_online(struct lpfc_hba *phba)
{
struct lpfc_vport *vport = phba->pport;
struct lpfc_vport *vport;
struct lpfc_vport **vports;
int i;

if (!phba)
return 0;
vport = phba->pport;

if (!(vport->fc_flag & FC_OFFLINE_MODE))
return 0;
Expand Down

0 comments on commit a6bf923

Please sign in to comment.