From: Julia Lawall Date: Sat, 19 Dec 2009 07:17:27 +0000 (+0100) Subject: [SCSI] pm8001: Use kzalloc for allocating only one thing X-Git-Tag: v2.6.34-rc1~284^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbf6c0012d12473461b7485006db373e8192fa5;p=pandora-kernel.git [SCSI] pm8001: Use kzalloc for allocating only one thing Use kzalloc rather than kcalloc(1,...) The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ @@ - kcalloc(1, + kzalloc( ...) // Signed-off-by: Julia Lawall Acked-by:Jack Wang Signed-off-by: James Bottomley --- Reading git-diff-tree failed