Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195555
b: refs/heads/master
c: 9860eeb
h: refs/heads/master
i:
  195553: 559797a
  195551: a788fbc
v: v3
  • Loading branch information
Joe Eykholt authored and James Bottomley committed Apr 11, 2010
1 parent de6b413 commit 8451ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2f2ac4a0df8c4beee6e4057a69fa973b6040a573
refs/heads/master: 9860eeb49748df86e784fea09bb47ed6ae594383
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp)
return 0;
}

if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ) &&
if (unlikely(fh->fh_type == FC_TYPE_ELS) &&
fcoe_ctlr_els_send(&fcoe->ctlr, lport, skb))
return 0;

Expand Down

0 comments on commit 8451ef6

Please sign in to comment.