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:
dfb12ee
)
ALSA: test off by one in setsamplerate()
author
Roel Kluin
<roel.kluin@gmail.com>
Sun, 27 Dec 2009 21:26:47 +0000
(22:26 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 28 Dec 2009 11:14:39 +0000
(12:14 +0100)
With `while (i++ < MAX_WRITE_RETRY)' i reaches MAX_WRITE_RETRY + 1 after the loop
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found