From: Rakib Mullick Date: Thu, 26 May 2011 23:25:56 +0000 (-0700) Subject: drivers/char/mspec.c: use {k,v}zalloc to allocate memory X-Git-Tag: v3.0-rc1~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658c74cf3c98b1c9bc21e26731052db66251dfd8;p=pandora-kernel.git drivers/char/mspec.c: use {k,v}zalloc to allocate memory Let memory allocator initialize the allocated memory as null, thus remove the use of memset. Signed-off-by: Rakib Mullick Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed