All of lore.kernel.org
 help / color / mirror / Atom feed
* sound/pci/au88x0/au88x0_core.c: incorrect for loop in vortex_mixer_init()
@ 2008-03-05 22:27 Roel Kluin
  0 siblings, 0 replies; only message in thread
From: Roel Kluin @ 2008-03-05 22:27 UTC (permalink / raw)
  To: perex; +Cc: alsa-devel

in sound/pci/au88x0/au88x0_core.c:430 (linus' tree) it reads in
commented code:

for (x = 0; x > 0x80; x++) {

Not sure whether this is important but it appears to be incorrect.
should it be 'x < 0x80' ?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-05 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 22:27 sound/pci/au88x0/au88x0_core.c: incorrect for loop in vortex_mixer_init() Roel Kluin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.