git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f1ae8
)
cpufreq / OPP: Fix the order of arguments for kcalloc()
author
Anand Moon
<moon.linux@yahoo.com>
Fri, 5 Sep 2014 03:08:30 +0000
(08:38 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Sun, 7 Sep 2014 22:02:58 +0000
(
00:02
+0200)
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>
drivers/cpufreq/cpufreq_opp.c
patch
|
blob
|
history
diff --cc
drivers/cpufreq/cpufreq_opp.c
Simple merge