From: Artem Bityutskiy Date: Tue, 27 Dec 2011 15:59:04 +0000 (+0200) Subject: mtd: lpddr: drop unnecessary zeroing X-Git-Tag: v3.3-rc1~119^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdfe5ed0f271f1d5693fbd68809cc7e0e6c3af66;p=pandora-kernel.git mtd: lpddr: drop unnecessary zeroing We allocate the "mtd" structure using kzalloc which means we do not have to initialize unused MTD function pointers to NULL, since it is safe to assume in Linux that NULL contains all zeroes. Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed