summaryrefslogtreecommitdiff
path: root/staging/mops_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mops_ip.c')
0 files changed, 0 insertions, 0 deletions
?id=e61e642c2a0dc283c52cec76a223ac0699773633'>e61e642c2a0dc283c52cec76a223ac0699773633 (diff)
ALSA: riptide: clean up while loop
If getpaths() returned an odd number this would be a buffer under-run and an endless loop. It turns out that getpaths() can only return even numbers, but let's make it easy for people auditing code. With the new code you don't need to look at getpaths(). This silences a smatch warning. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')