Skip to content

Commit

Permalink
ALSA: usb: Remove unused variable
Browse files Browse the repository at this point in the history
sound/usb/endpoint.c: In function ‘deactivate_urbs’:
sound/usb/endpoint.c:520:16: warning: unused variable ‘flags’ [-Wunused-variable]

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Apr 13, 2012
1 parent 94c2721 commit c5ee4ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/usb/endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c5ee4ec

Please sign in to comment.