git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ee4ec
)
ALSA: usb: Fix fill_max flag set
author
Takashi Iwai
<tiwai@suse.de>
Fri, 13 Apr 2012 10:41:54 +0000
(12:41 +0200)
committer
Takashi 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