Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171189
b: refs/heads/master
c: a6346fa
h: refs/heads/master
i:
  171187: 1eefb12
v: v3
  • Loading branch information
Roel Kluin authored and Inaky Perez-Gonzalez committed Oct 19, 2009
1 parent c936d92 commit 52207de
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: c29eaf3faef7547ba72355bac44e9ca6ffdaee39
refs/heads/master: a6346fa583766a51b7723288fc5d73ee5ea93479
2 changes: 1 addition & 1 deletion trunk/drivers/net/wimax/i2400m/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ int i2400m_msg_check_status(const struct i2400m_l3l4_hdr *l3l4_hdr,

if (status == 0)
return 0;
if (status > ARRAY_SIZE(ms_to_errno)) {
if (status >= ARRAY_SIZE(ms_to_errno)) {
str = "unknown status code";
result = -EBADR;
} else {
Expand Down

0 comments on commit 52207de

Please sign in to comment.