From: Anand Moon Date: Fri, 5 Sep 2014 03:08:30 +0000 (+0530) Subject: cpufreq / OPP: Fix the order of arguments for kcalloc() X-Git-Tag: fixes-for-v3.18-merge-window~148^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d359992070901bcd774615910d36cec67dbdb1a7;p=pandora-kernel.git cpufreq / OPP: Fix the order of arguments for kcalloc() These changes fix the argument to the kcalloc @n: number of elements. @size: element size. @flags: the type of memory to allocate (see kmalloc). void *kcalloc(size_t n, size_t size, gfp_t flags) Fixes: 3c5445ce3a0c (cpufreq: OPP: Avoid sleeping while atomic) Signed-off-by: Anand Moon Acked-by: Viresh Kumar Reviewed-by: Stephen Boyd Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed