]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ALSA: snd-usb: remove unused variable in init_pitch_v2()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 18 Oct 2012 14:46:23 +0000 (22:46 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 21 Oct 2012 08:43:27 +0000 (10:43 +0200)
commit950f40fdd4732e5161e244812cbd9557c4e1d86c
tree8f2f3f6cda8f58f716ae73226b026ee985fffb98
parent4d4ca1e839684351ff6dfa582912304e0875cad4
ALSA: snd-usb: remove unused variable in init_pitch_v2()

The variable ep is initialized but never used
otherwise, so remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c