From: Denis Cheng Date: Tue, 4 Mar 2008 23:24:23 +0000 (-0800) Subject: [SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probe X-Git-Tag: v2.6.26-rc1~1140^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccde6b8d6217834def292030a1864d517f55ded5;p=pandora-kernel.git [SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probe The memory return from scsi_host_alloc is alloced by kzalloc, which is already zero initilized, so memset not needed. Signed-off-by: Denis Cheng Cc: Adam Radford Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- Reading git-diff-tree failed