[SCSI] add missing transport_container_unregister in sas class
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
e12f0a3dec
commit
db82f8410e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue