commit | 5b14ec25a79bf60fc9a663fe579a500b6ac9d8ab | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Wed Oct 10 15:35:00 2018 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 10 12:11:41 2018 +0200 |
tree | 011033efd4ac1674da01c16ef438092f32a48243 | |
parent | 61ccc6f6b27c03bb32ca38a3c580d49ce1612d43 [diff] |
ALSA: firewire: release reference count of firewire unit in .remove callback of bus driver In a previous commit, drivers in ALSA firewire stack blocks .remove callback of bus driver. This enables to release members of private data in the callback after releasing device of sound card. This commit simplifies codes to release the members. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>