ALSA: usb: Fix fill_max flag set
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Apr 2012 10:41:54 +0000 (12:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 13 Apr 2012 10:41:54 +0000 (12:41 +0200)
ep->fill_max is a 1 bit flag, thus it has to be boolean.
  sound/usb/endpoint.c: In function 'snd_usb_endpoint_set_params':
  sound/usb/endpoint.c:785: warning: overflow in implicit constant conversion

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found