Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165334
b: refs/heads/master
c: b827d1c
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Sep 22, 2009
1 parent 66af07f commit bc74a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8ea7f5590142c0b9ab319aa3cae85cf430a207d8
refs/heads/master: b827d1c8b65b27a293433e7c4723c7dfd6c4b848
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/css.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ static int __init css_bus_init(void)
out:
crw_unregister_handler(CRW_RSC_CSS);
chsc_free_sei_area();
kfree(slow_subchannel_set);
idset_free(slow_subchannel_set);
pr_alert("The CSS device driver initialization failed with "
"errno=%d\n", ret);
return ret;
Expand All @@ -993,7 +993,7 @@ static void __init css_bus_cleanup(void)
bus_unregister(&css_bus_type);
crw_unregister_handler(CRW_RSC_CSS);
chsc_free_sei_area();
kfree(slow_subchannel_set);
idset_free(slow_subchannel_set);
isc_unregister(IO_SCH_ISC);
}

Expand Down

0 comments on commit bc74a9f

Please sign in to comment.