From: Kenji Kaneshige Date: Thu, 26 Jan 2006 01:02:41 +0000 (+0900) Subject: [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof() X-Git-Tag: v2.6.17-rc1~998^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c95c0d1c9ec83877dfea2f62bebf31059bc93c;p=pandora-kernel.git [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof() This patch replaces kmalloc() and memset() pair with kzalloc() and cleans up the arg of sizeof() in SHPCHP driver. Signed-off-by: Kenji Kaneshige Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed