git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9372103
)
ALSA: usb-audio: remove deactivate_endpoints()
author
Eldad Zack
<eldad@fogrefinery.com>
Sun, 6 Oct 2013 20:31:07 +0000
(22:31 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 7 Oct 2013 08:52:13 +0000
(10:52 +0200)
The only call site for deactivate_endpoints() at snd_usb_hw_free().
The return value is not checked there, as it is irrelevant if it
fails on hw_free.
This patch moves the deactivation of the endpoints directly into
snd_usb_hw_free().
Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found