Commit db82f841 authored by James Bottomley's avatar James Bottomley

[SCSI] add missing transport_container_unregister in sas class

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent e12f0a3d
...@@ -1063,6 +1063,7 @@ void sas_release_transport(struct scsi_transport_template *t) ...@@ -1063,6 +1063,7 @@ void sas_release_transport(struct scsi_transport_template *t)
transport_container_unregister(&i->t.host_attrs); transport_container_unregister(&i->t.host_attrs);
transport_container_unregister(&i->phy_attr_cont); transport_container_unregister(&i->phy_attr_cont);
transport_container_unregister(&i->rphy_attr_cont); transport_container_unregister(&i->rphy_attr_cont);
transport_container_unregister(&i->end_dev_attr_cont);
kfree(i); kfree(i);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment