Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144456
b: refs/heads/master
c: 3caf02e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Apr 27, 2009
1 parent 7c4435d commit 177f95b
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: 55c7a60cf0c9113cb52d2b87abb120e951bdb332
refs/heads/master: 3caf02ee280a171074476d346d01dc0f5e05b22c
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ int fcoe_xmit(struct fc_lport *lp, struct fc_frame *fp)
wlen = skb->len / FCOE_WORD_TO_BYTE;

if (!lp->link_up) {
kfree(skb);
kfree_skb(skb);
return 0;
}

Expand Down

0 comments on commit 177f95b

Please sign in to comment.