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:
ade5101
)
drm: Fix kcalloc parameters swapped
author
Axel Lin
<axel.lin@gmail.com>
Fri, 10 Feb 2012 12:04:52 +0000
(20:04 +0800)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 13 Feb 2012 12:07:36 +0000
(12:07 +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>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found