Commit c5ee4ec8 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: usb: Remove unused variable

sound/usb/endpoint.c: In function ‘deactivate_urbs’:
sound/usb/endpoint.c:520:16: warning: unused variable ‘flags’ [-Wunused-variable]
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 94c27215
......@@ -517,7 +517,6 @@ static int wait_clear_urbs(struct snd_usb_endpoint *ep)
*/
static int deactivate_urbs(struct snd_usb_endpoint *ep, int force, int can_sleep)
{
unsigned long flags;
unsigned int i;
int async;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment