diff options
author | Roel Kluin <12o3l@tiscali.nl> | 2008-02-06 10:36:51 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 19:41:03 +0100 |
commit | be6c28e62e3a304b74013afab029af2021e1f50d (patch) | |
tree | 38d881b0bbdcf9c7913d25f5a88047abf1f62415 /kernel/time/clocksource.c | |
parent | rd: use is_power_of_2() in drivers/block/rd.c. (diff) | |
download | linux-be6c28e62e3a304b74013afab029af2021e1f50d.tar.xz linux-be6c28e62e3a304b74013afab029af2021e1f50d.zip |
sound/oss/trident.c: fix incorrect test in trident_ac97_set()
If count reaches zero, the loop ends, but the postfix decrement still
subtracts: testing for 'count == 0' will not work.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Reviewed-by: Ray Lee <ray-lk@madrabbit.org>
Acked-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions