From: Pekka Enberg Date: Thu, 22 Sep 2005 07:48:11 +0000 (-0700) Subject: [PATCH] PCI: convert kcalloc to kzalloc X-Git-Tag: v2.6.14-rc3~51^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656da9da3745abcbbbdca598745d04c6de2c8843;p=pandora-kernel.git [PATCH] PCI: 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: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed