login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
7
Re: [PATCH] fix incorrect test in trident_ac97_set(); sound/oss/trident.c
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Ray Lee <ray-lk@...>
To: Roel Kluin <12o3l@...>
Cc: lkml <linux-kernel@...>
Subject:
Re: [PATCH] fix incorrect test in trident_ac97_set(); sound/oss/trident.c
Date: Wednesday, November 7, 2007 - 2:43 pm
On Nov 7, 2007 10:34 AM, Roel Kluin <12o3l@tiscali.nl> wrote:
quoted text
> If count reaches zero, the loop ends, but the postfix decrement subtracts it. > so, testing for 'count == 0' will not work. > > Signed-off-by: Roel Kluin <12o3l@tiscali.nl> > --- > diff --git a/sound/oss/trident.c b/sound/oss/trident.c > index 96adc47..94b5fb4 100644 > --- a/sound/oss/trident.c > +++ b/sound/oss/trident.c > @@ -2939,7 +2939,7 @@ trident_ac97_set(struct ac97_codec *codec, u8 reg, u16 val) > > data |= (mask | (reg & AC97_REG_ADDR)); > > - if (count == 0) { > + if (count == -1) { > printk(KERN_ERR "trident: AC97 CODEC write timed out.\n"); > spin_unlock_irqrestore(&card->lock, flags); > return; > @@ -2999,7 +2999,7 @@ trident_ac97_get(struct ac97_codec *codec, u8 reg) > } while (count--); > spin_unlock_irqrestore(&card->lock, flags); > > - if (count == 0) { > + if (count == -1) { > printk(KERN_ERR "trident: AC97 CODEC read timed out.\n"); > data = 0; > }
You didn't test this: count is unsigned. Change the loop condition to be --count instead. Ray -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] fix incorrect test in trident_ac97_set(); sound/oss/...
, Roel Kluin
, (Wed Nov 7, 2:34 pm)
Re: [PATCH] fix incorrect test in trident_ac97_set(); sound/...
, Ray Lee
, (Wed Nov 7, 2:43 pm)
Re: [PATCH] fix incorrect test in trident_ac97_set(); sound/...
, Roel Kluin
, (Wed Nov 7, 2:50 pm)
Re: [PATCH] fix incorrect test in trident_ac97_set(); sound/...
, Ray Lee
, (Wed Nov 7, 3:04 pm)
Re: [PATCH] fix incorrect test in trident_ac97_set(); sound/...
, Muli Ben-Yehuda
, (Thu Nov 8, 2:06 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 005/196] Chinese: add translation of SubmittingDrivers
david
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Andrew Morton
Re: PROBLEM: high load average when idle
Karl Meyer
PROBLEM: 2.6.23-rc "NETDEV WATCHDOG: eth0: transmit timed out"
git
:
linux-netdev
:
Evgeniy Polyakov
Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling firmware restart.
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 28/37] dccp: Integration of dynamic feature activation - part 3 (client side)
David Miller
[GIT]: Networking
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
10 users
and
877 guests
online.
Online users
kabeermasterso
howtomakeameri
lizbennet
cityescort
ComanVasile
eisogeraciul
hairsalonjacks
pimerchant
ZBeyer
shirtsformenpv
Syndicate