IB/srp: Remove redundant memset()
authorIshai Rabinovitz <ishai@mellanox.co.il>
Tue, 10 Oct 2006 16:51:14 +0000 (09:51 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 10 Oct 2006 16:51:14 +0000 (09:51 -0700)
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 <ishai@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found