Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171228
b: refs/heads/master
c: de9315f
h: refs/heads/master
v: v3
  • Loading branch information
Inaky Perez-Gonzalez committed Oct 19, 2009
1 parent 39c0b7b commit 34fef74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9835fd84990ca253c5b625005717a9be492788c0
refs/heads/master: de9315fa3a35ebe587cc1a1c88655d095846785e
2 changes: 2 additions & 0 deletions trunk/net/wimax/op-msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ int wimax_gnl_doit_msg_from_user(struct sk_buff *skb, struct genl_info *info)
}
mutex_lock(&wimax_dev->mutex);
result = wimax_dev_is_ready(wimax_dev);
if (result == -ENOMEDIUM)
result = 0;
if (result < 0)
goto error_not_ready;
result = -ENOSYS;
Expand Down

0 comments on commit 34fef74

Please sign in to comment.