From: Bjorn Helgaas Date: Tue, 6 Sep 2005 22:16:51 +0000 (-0700) Subject: [PATCH] pnp: consolidate kmalloc wrappers X-Git-Tag: v2.6.14-rc1~716 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2822e7f00cdccbff8e507b5ebbddce1aa95eb5d;p=pandora-kernel.git [PATCH] pnp: consolidate kmalloc wrappers ISAPNP, PNPBIOS, and PNPACPI all had their own kmalloc wrappers that reimplemented kcalloc(). Remove the wrappers and just use kcalloc() directly. Note that this also removes the PNPBIOS error message when the kmalloc fails. Signed-off-by: Bjorn Helgaas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed