From: Mariusz Kozlowski Date: Tue, 31 Jul 2007 22:02:10 +0000 (+0200) Subject: [UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzalloc X-Git-Tag: v2.6.24-rc1~1364^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b0744d6c75f7b268b728cdd1843f31bdeba311;p=pandora-kernel.git [UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzalloc To be able to convert kmalloc + memset(..., 1, ...) to kzalloc this patch reverses the logic around 'buf'. Signed-off-by: Mariusz Kozlowski Signed-off-by: David Woodhouse --- Reading git-diff-tree failed