X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=net%2Ftipc%2Fhandler.c;h=0c70010a7dfe9671ab9f019940354de1de5c1672;hb=cf9b59e9d3e008591d1f54830f570982bb307a0d;hp=e1dcf663f8a64960fdfdc824df07f071dca6818e;hpb=fe6af6faec078ec8137631f24cb541f9918244f0;p=linux-drm-fsl-dcu.git 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) { tipc_queue_item_cache = kmem_cache_create("tipc_queue_items", sizeof(struct queue_item), - 0, SLAB_HWCACHE_ALIGN, NULL, NULL); + 0, SLAB_HWCACHE_ALIGN, NULL); if (!tipc_queue_item_cache) return -ENOMEM;