Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328089
b: refs/heads/master
c: b8f37a4
h: refs/heads/master
i:
  328087: e2367b9
v: v3
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Sep 24, 2012
1 parent 766d2f3 commit c7fb3f7
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: 6531084c3eeaf302d6e3817776da6dab15603929
refs/heads/master: b8f37a4aa053c68836deca1ddeb509ce6f5ec0ae
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/ctcm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type,
ch_fsm_len, GFP_KERNEL);
}
if (ch->fsm == NULL)
goto free_return;
goto nomem_return;

fsm_newstate(ch->fsm, CTC_STATE_IDLE);

Expand Down

0 comments on commit c7fb3f7

Please sign in to comment.