Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162309
b: refs/heads/master
c: d0e0507
h: refs/heads/master
i:
  162307: 63c7d33
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 87b96e3 commit 8cf847c
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: b6ac161364eccce1bea4a23a9de395883e90d7ab
refs/heads/master: d0e0507ad6ccbeaad1f6bfe5923bdc5110df8636
2 changes: 1 addition & 1 deletion trunk/drivers/staging/dst/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static struct dst_state *dst_accept_client(struct dst_state *st)
goto err_out_exit;

new = dst_state_alloc(st->node);
if (!new) {
if (IS_ERR(new)) {
err = -ENOMEM;
goto err_out_release;
}
Expand Down

0 comments on commit 8cf847c

Please sign in to comment.