diff options
author | Anand Moon <moon.linux@yahoo.com> | 2014-09-05 03:08:30 (GMT) |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-09-07 22:02:58 (GMT) |
commit | d359992070901bcd774615910d36cec67dbdb1a7 (patch) | |
tree | 93ffacd67303516d44d17f477a2e563a9c00cbb4 /drivers/acpi/cm_sbs.c | |
parent | 73f1ae8ab08b4972052de7d0358f031ce0343fff (diff) | |
download | linux-d359992070901bcd774615910d36cec67dbdb1a7.tar.xz |
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 <moon.linux@yahoo.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/cm_sbs.c')
0 files changed, 0 insertions, 0 deletions