projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932de7a
)
pool: remove unneeded semicolon
author
Daniel Mack
<zonque@gmail.com>
Tue, 12 Aug 2014 13:02:31 +0000
(15:02 +0200)
committer
Daniel Mack
<zonque@gmail.com>
Tue, 12 Aug 2014 13:02:31 +0000
(15:02 +0200)
pool.c
patch
|
blob
|
history
diff --git
a/pool.c
b/pool.c
index 4267c54c93b4f37671b88869bc329f31ddc02d57..34e71aec8cc05802a493bcdbc8f433bd83f4db29 100644
(file)
--- a/
pool.c
+++ b/
pool.c
@@
-237,7
+237,7
@@
int kdbus_pool_slice_alloc(struct kdbus_pool *pool,
if (!s_new) {
ret = -ENOMEM;
goto exit_unlock;
- }
;
+ }
list_add(&s_new->entry, &s->entry);
kdbus_pool_add_free_slice(pool, s_new);