From 6eee5ee05f7936552ffbb2531db85b3c0b225a3c Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 13 Sep 2017 15:17:40 -0700 Subject: fb: s/fb_fragment_divide_single/fb_fragment_slice_single/ Mechanical cosmetic change --- src/modules/plasma/plasma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/plasma') diff --git a/src/modules/plasma/plasma.c b/src/modules/plasma/plasma.c index b9c5cc4..71c5c13 100644 --- a/src/modules/plasma/plasma.c +++ b/src/modules/plasma/plasma.c @@ -63,7 +63,7 @@ static int plasma_fragmenter(void *context, const fb_fragment_t *fragment, unsig { plasma_context_t *ctxt = context; - return fb_fragment_divide_single(fragment, ctxt->n_cpus, num, res_fragment); + return fb_fragment_slice_single(fragment, ctxt->n_cpus, num, res_fragment); } -- cgit v1.2.1