[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4EB26A55.6010207@pengutronix.de>
Date: Thu, 03 Nov 2011 11:17:57 +0100
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: Oliver Hartkopp <socketcan@...tkopp.net>
CC: kurt.van.dijck@....be, netdev@...r.kernel.org,
linux-can@...r.kernel.org, Reuben.Dowle@...ico.com
Subject: Re: [PATCH 2/2] flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACK
On 11/03/2011 11:03 AM, Oliver Hartkopp wrote:
> On 03.11.2011 10:47, Marc Kleine-Budde wrote:
>
>> @@ -609,9 +605,10 @@ static irqreturn_t flexcan_irq(int irq, void *dev_id)
>>
>> /* transmission complete interrupt */
>> if (reg_iflag1 & (1 << FLEXCAN_TX_BUF_ID)) {
>> - /* tx_bytes is incremented in flexcan_start_xmit */
>> + stats->tx_bytes += can_get_echo_skb(dev, 0);
>> stats->tx_packets++;
>> flexcan_write((1 << FLEXCAN_TX_BUF_ID), ®s->iflag1);
>> + can_get_echo_skb(dev, 0);
>> netif_wake_queue(dev);
>> }
>
>
> What's the reason for the second can_get_echo_skb() here?
doh!
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
Download attachment "signature.asc" of type "application/pgp-signature" (263 bytes)
Powered by blists - more mailing lists