Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27150
b: refs/heads/master
c: 8c893ff
h: refs/heads/master
v: v3
  • Loading branch information
Florin Malita authored and David S. Miller committed Jun 5, 2006
1 parent 35fc866 commit 66a13c7
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: 9bc18091a5e44a368827f539289b99788eb27d4e
refs/heads/master: 8c893ff6abbac0c7c05b1cb9bfb6e2dfc4538c75
3 changes: 2 additions & 1 deletion trunk/net/irda/irlap.c
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,8 @@ static void irlap_change_speed(struct irlap_cb *self, __u32 speed, int now)
if (now) {
/* Send down empty frame to trigger speed change */
skb = dev_alloc_skb(0);
irlap_queue_xmit(self, skb);
if (skb)
irlap_queue_xmit(self, skb);
}
}

Expand Down

0 comments on commit 66a13c7

Please sign in to comment.