From: Mariusz Kozlowski Date: Fri, 10 Aug 2007 21:50:53 +0000 (-0700) Subject: [SCSI] mpt fusion: remove redundant memset X-Git-Tag: v2.6.24-rc1~1290^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d1ce505d1a77a03acb9d22240ef5a63a18b653;p=pandora-kernel.git [SCSI] mpt fusion: remove redundant memset alloc_fcdev() calls alloc_netdev() which uses kzalloc to alloc all the memory together with dev->priv region hence no zeroing of structs inside struct mpt_lan_priv needed. Signed-off-by: Mariusz Kozlowski Acked-by: "Moore, Eric Dean" Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- Reading git-diff-tree failed