tree 38d881b0bbdcf9c7913d25f5a88047abf1f62415 parent 67a3b2b6ce09809b21f60401e81663f2c8131640 author Roel Kluin <12o3l@tiscali.nl> 1202290611 -0800 committer Linus Torvalds 1202323263 -0800 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 Acked-by: Muli Ben-Yehuda Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds aâß