From: Eldad Zack Date: Sun, 6 Oct 2013 20:31:07 +0000 (+0200) Subject: ALSA: usb-audio: remove deactivate_endpoints() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26de5d0a8df0817a58422f6ad43019c47716ce1f;p=pandora-kernel.git ALSA: usb-audio: remove deactivate_endpoints() 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed