From: Ishai Rabinovitz Date: Tue, 10 Oct 2006 16:51:14 +0000 (-0700) Subject: IB/srp: Remove redundant memset() X-Git-Tag: v2.6.19-rc2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0af401aae336975e620fccdd294bb763424f3f;p=pandora-kernel.git IB/srp: Remove redundant memset() scsi_host_alloc() already allocates with kzalloc(), so the struct Scsi_Host is zeroed out, including the private data portion. Remove the redundant memset that zeros this out again in the SRP initiator. Signed-off-by: Ishai Rabinovitz Signed-off-by: Roland Dreier --- Reading git-diff-tree failed