From: Dan Carpenter Date: Fri, 23 Aug 2013 09:51:45 +0000 (+0300) Subject: mtd cs553x_nand: use kzalloc() instead of memset X-Git-Tag: v3.12-rc1~82^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7fd23686b49c186a15343c82a0a54c3a406234;p=pandora-kernel.git mtd cs553x_nand: use kzalloc() instead of memset It's cleaner to use kzalloc() instead of zeroing out in a separate call to memset(). Signed-off-by: Dan Carpenter Signed-off-by: Brian Norris Signed-off-by: David Woodhouse --- Reading git-diff-tree failed