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:
e72888e
)
ALSA: 6fire - Fix signedness bug
author
Torsten Schenk
<torsten.schenk@zoho.com>
Thu, 16 Jun 2011 19:06:27 +0000
(21:06 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 16 Jun 2011 19:31:33 +0000
(21:31 +0200)
Fixed remaining issues of the signedness bug discovered by Dan Carpenter.
A check was remaining that tests if unsigned rt->rate is >= 0.
Changed that so that rt->rate now consistently uses ARRAY_SIZE(rates)
as invalid rate value and not -1.
Signed-off-by: Torsten Schenk <torsten.schenk@zoho.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found