From: Alan Stern Date: Thu, 18 Mar 2010 19:41:22 +0000 (-0400) Subject: [SCSI] don't kfree an initialized struct device X-Git-Tag: v2.6.35-rc1~470^2^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fb8c1574d7d0c262d2f4c667047889c4f27ebe;p=pandora-kernel.git [SCSI] don't kfree an initialized struct device This patch (as1359) fixes a bug in scsi_alloc_target(). After a device structure has been initialized (and especially after its name has been set), it must not be freed directly. One has to call put_device() instead. Signed-off-by: Alan Stern Signed-off-by: James Bottomley --- Reading git-diff-tree failed