ALSA: usb-audio: do not initialize and check implicit_fb
authorEldad Zack <eldad@fogrefinery.com>
Sat, 3 Aug 2013 08:50:20 +0000 (10:50 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Aug 2013 08:51:11 +0000 (10:51 +0200)
Since implicit_fb is not changed, !implicit_fb will always
be true - it is set only after these checks.
Similarly, there's also no need to set it at the top of the function.

Change the type of implicit_fb to bool (more appropriate).

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c

diff --cc sound/usb/pcm.c
Simple merge