]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-lib: remove reference counting
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 21 Feb 2015 14:54:58 +0000 (23:54 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Feb 2015 08:11:08 +0000 (09:11 +0100)
commitb3b11f47a609e93afaf11cec12fb1ec23754dad3
tree25cdceedc71e9e9e39856d7f3e0672cc27e2342d
parent05e3faa4d27e8f7ccaf41615524aaee74e39ef04
ALSA: firewire-lib: remove reference counting

AMDTP helper functions increment/decrement reference counter for an
instance of FireWire unit, while it's complicated for each driver to
process error state.

In previous commit, each driver has the role of reference counting. This
commit removes this role from the helper function.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: <stable@vger.kernel.org> # 3.19+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp.c