From: Pekka Enberg Date: Tue, 6 Sep 2005 22:18:35 +0000 (-0700) Subject: [PATCH] drivers: convert kcalloc to kzalloc X-Git-Tag: v2.6.14-rc1~614 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ca76b6b160b6fce46f78c069f87fe1a4dc0778;p=pandora-kernel.git [PATCH] drivers: convert kcalloc to kzalloc This patch converts kcalloc(1, ...) calls to use the new kzalloc() function. Signed-off-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed