From: Mike Christie Date: Wed, 21 Oct 2009 23:27:44 +0000 (-0700) Subject: [SCSI] fcoe: initialize return value in fcoe_destroy X-Git-Tag: v2.6.33-rc1~344^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eca355fa8af660557fbdd5506bde1392eee9bfe;p=pandora-kernel.git [SCSI] fcoe: initialize return value in fcoe_destroy When doing echo ethX > /sys..../destroy I am getting errors when the tear down succeeds. It looks like the reason for this is because the rc var is not getting set when the destruction works. This just sets it to zero. Signed-off-by: Mike Christie Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed