Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322033
b: refs/heads/master
c: 82a820e
h: refs/heads/master
i:
  322031: 8d524e0
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Aug 20, 2012
1 parent 76170b3 commit c5402f3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b3f0db1c772ca8f08feabe9d2636dcc1103c5cb8
refs/heads/master: 82a820e8d75f7f3fcd1af24609da79d7d89d5450
4 changes: 3 additions & 1 deletion trunk/drivers/net/wimax/i2400m/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,10 @@ int i2400m_barker_db_init(const char *_options)
unsigned barker;

options_orig = kstrdup(_options, GFP_KERNEL);
if (options_orig == NULL)
if (options_orig == NULL) {
result = -ENOMEM;
goto error_parse;
}
options = options_orig;

while ((token = strsep(&options, ",")) != NULL) {
Expand Down

0 comments on commit c5402f3

Please sign in to comment.