Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157007
b: refs/heads/master
c: 06739a8
h: refs/heads/master
i:
  157005: e3e2172
  157003: db310a1
  156999: d80169a
  156991: 3cba487
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Aug 23, 2009
1 parent a36a23e commit 76fd4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 3edf2fb9d80a46d6c32ba12547a42419845b4b76
refs/heads/master: 06739a8ad321b1e5140b318c648b0cc4bf8c6daa
4 changes: 1 addition & 3 deletions trunk/drivers/s390/cio/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,10 +772,8 @@ static struct ccw_device * io_subchannel_create_ccwdev(struct subchannel *sch)
cdev = io_subchannel_allocate_dev(sch);
if (!IS_ERR(cdev)) {
ret = io_subchannel_initialize_dev(sch, cdev);
if (ret) {
kfree(cdev);
if (ret)
cdev = ERR_PTR(ret);
}
}
return cdev;
}
Expand Down

0 comments on commit 76fd4ca

Please sign in to comment.