diff options
Diffstat (limited to 'net/tipc')
| -rw-r--r-- | net/tipc/handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/handler.c b/net/tipc/handler.c index e1dcf663f8a6..0c70010a7dfe 100644 --- a/net/tipc/handler.c +++ b/net/tipc/handler.c | |||
| @@ -97,7 +97,7 @@ int tipc_handler_start(void) | |||
| 97 | { | 97 | { |
| 98 | tipc_queue_item_cache = | 98 | tipc_queue_item_cache = |
| 99 | kmem_cache_create("tipc_queue_items", sizeof(struct queue_item), | 99 | kmem_cache_create("tipc_queue_items", sizeof(struct queue_item), |
| 100 | 0, SLAB_HWCACHE_ALIGN, NULL, NULL); | 100 | 0, SLAB_HWCACHE_ALIGN, NULL); |
| 101 | if (!tipc_queue_item_cache) | 101 | if (!tipc_queue_item_cache) |
| 102 | return -ENOMEM; | 102 | return -ENOMEM; |
| 103 | 103 | ||
