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:
4fb4caa
)
[UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzalloc
author
Mariusz Kozlowski
<m.kozlowski@tuxland.pl>
Tue, 31 Jul 2007 22:02:10 +0000
(
00:02
+0200)
committer
David Woodhouse
<dwmw2@infradead.org>
Wed, 1 Aug 2007 10:04:05 +0000
(11:04 +0100)
To be able to convert kmalloc + memset(..., 1, ...) to kzalloc this patch
reverses the logic around 'buf'.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
No differences found