6 Mar
2008
6 Mar
'08
12:27 a.m.
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' ?