commit | 48de68a40aef032a2e198437f4781a83bfb938db | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Tue Nov 17 21:25:16 2009 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Dec 10 08:54:11 2009 -0600 |
tree | f3a1a5159ec2994dfca79b560a1a8a09eb66f7ed | |
parent | d685c262083dcd5fd98b7499b22a377a3225229c [diff] |
[SCSI] fc class: fix fc_transport_init error handling If transport_class_register fails we should unregister any registered classes, or we will leak memory or other resources. I did a quick modprobe of scsi_transport_fc to test the patch. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Cc: Stable Tree <stable@kernel.org> Signed-off-by: James Bottomley <James.Bottomley@suse.de>