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:
8a892d6
)
regmap: Fix kcalloc parameters swapped
author
Axel Lin
<axel.lin@gmail.com>
Fri, 10 Feb 2012 11:29:55 +0000
(19:29 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 10 Feb 2012 11:46:14 +0000
(11:46 +0000)
The first parameter should be "number of elements" and the second parameter
should be "element size".
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found