[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <49F096E0.8030302@candelatech.com>
Date: Thu, 23 Apr 2009 09:27:12 -0700
From: Ben Greear <greearb@...delatech.com>
To: Bob Copeland <me@...copeland.com>
CC: NetDev <netdev@...r.kernel.org>
Subject: Re: ath5k irq warning message
Bob Copeland wrote:
> On Wed, Apr 22, 2009 at 02:56:06PM -0700, Ben Greear wrote:
>> I notice this code in the ath5k_intr method.
>>
>> Won't counter be -1 if you break out of this due to the 'counter-- > 0'
>> clause?
>>
>> } while (ath5k_hw_is_intr_pending(ah) && counter-- > 0);
>
> Good catch, I guess it should be --counter...
That works for me.
Seems the root cause of my problem might have been fixed already
by the patch to turn off BMISS irqs, btw...about to start
testing that now.
Ben
--
Ben Greear <greearb@...delatech.com>
Candela Technologies Inc http://www.candelatech.com
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists