Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338714
b: refs/heads/master
c: ffa5c41
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Khoroshilov authored and Greg Kroah-Hartman committed Nov 26, 2012
1 parent 291f3ea commit 78607c3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d7e14b375b40c04cd735b115713043b69a2c68ac
refs/heads/master: ffa5c41c81503b6f48fddb5d39f18af526ded8d3
1 change: 1 addition & 0 deletions trunk/drivers/uwb/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ int uwb_rc_cmd_async(struct uwb_rc *rc, const char *cmd_name,
neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg);
if (IS_ERR(neh)) {
result = PTR_ERR(neh);
uwb_dev_unlock(&rc->uwb_dev);
goto out;
}

Expand Down

0 comments on commit 78607c3

Please sign in to comment.