From: Roel Kluin Date: Sun, 27 Dec 2009 21:26:47 +0000 (+0100) Subject: ALSA: test off by one in setsamplerate() X-Git-Tag: v2.6.33-rc4~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9980c6209ebc2a02eb3ca51a4fae1e17f645c868;p=pandora-kernel.git ALSA: test off by one in setsamplerate() With `while (i++ < MAX_WRITE_RETRY)' i reaches MAX_WRITE_RETRY + 1 after the loop Signed-off-by: Roel Kluin Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed