提交 db82f841 编写于 作者: J James Bottomley

[SCSI] add missing transport_container_unregister in sas class

Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册