Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195642
b: refs/heads/master
c: d9e9ab5
h: refs/heads/master
v: v3
  • Loading branch information
Brian Uchino authored and James Bottomley committed Apr 11, 2010
1 parent c2cd89f commit 09b19b5
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: 666d07646a29040e3dc4caeb679166559e152ff2
refs/heads/master: d9e9ab56b687da0b3ecb29f7a77f25aa7ae078fb
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fnic/fnic_fcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ void fnic_flush_tx(struct fnic *fnic)
struct sk_buff *skb;
struct fc_frame *fp;

while ((skb = skb_dequeue(&fnic->frame_queue))) {
while ((skb = skb_dequeue(&fnic->tx_queue))) {
fp = (struct fc_frame *)skb;
fnic_send_frame(fnic, fp);
}
Expand Down

0 comments on commit 09b19b5

Please sign in to comment.