commit | 8eca355fa8af660557fbdd5506bde1392eee9bfe | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Oct 21 16:27:44 2009 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:00:31 2009 -0600 |
tree | 9c42e36295ad001aa4d898ae890be1d8d68b20d8 | |
parent | e95147d8fa4e63bf6d8ff249f074d0047338fc61 [diff] |
[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 <michaelc@cs.wisc.edu> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>