[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
@ -1063,6 +1063,7 @@ void sas_release_transport(struct scsi_transport_template *t)
|
||||
transport_container_unregister(&i->t.host_attrs);
|
||||
transport_container_unregister(&i->phy_attr_cont);
|
||||
transport_container_unregister(&i->rphy_attr_cont);
|
||||
transport_container_unregister(&i->end_dev_attr_cont);
|
||||
|
||||
kfree(i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user