From: Swen Schillig Date: Wed, 18 Jul 2007 08:55:08 +0000 (+0200) Subject: [SCSI] zfcp: Replace kmalloc/memset with kzalloc X-Git-Tag: v2.6.23-rc1~7^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d661327a7578c3fca43db78f32e92a902237e7a;p=pandora-kernel.git [SCSI] zfcp: Replace kmalloc/memset with kzalloc Memory allocated with kmalloc is always initialzed to 0 with memset. Replace the two calls with kzalloc, that already does both steps. Signed-off-by: Swen Schillig Signed-off-by: James Bottomley --- Reading git-diff-tree failed