mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
[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…
x
Reference in New Issue
Block a user