Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195122
b: refs/heads/master
c: d3e56c0
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Inaky Perez-Gonzalez committed May 11, 2010
1 parent 0cefeac commit e99f570
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: 7ef9f9a4ee47b8d8ab9519647ba02fc700473be8
refs/heads/master: d3e56c0ad8a2dab7ffd6179b64f00702149e5c9a
2 changes: 1 addition & 1 deletion trunk/net/wimax/stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void __wimax_state_change(struct wimax_dev *wimax_dev, enum wimax_st new_state)
BUG();
}
__wimax_state_set(wimax_dev, new_state);
if (stch_skb)
if (!IS_ERR(stch_skb))
wimax_gnl_re_state_change_send(wimax_dev, stch_skb, header);
out:
d_fnend(3, dev, "(wimax_dev %p new_state %u [old %u]) = void\n",
Expand Down

0 comments on commit e99f570

Please sign in to comment.