From: Artem Bityutskiy Date: Thu, 29 Dec 2011 09:40:00 +0000 (+0200) Subject: mtd: doc: do not initialize mtd_info fields to 0 or NULL X-Git-Tag: v3.3-rc1~119^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea7fe031e5b81629f264f48335f1af74900f4b9;p=pandora-kernel.git mtd: doc: do not initialize mtd_info fields to 0 or NULL The 'struct mtd_info' object is allocated with 'kzalloc()', so it contains only zeroes - no need to initialize various fields to 0 or NULL. Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed