[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20131001.020134.756782177490714135.davem@davemloft.net>
Date: Tue, 01 Oct 2013 02:01:34 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: ricardo.ribalda@...il.com
Cc: joe@...ches.com, jg1.han@...sung.com, gregkh@...uxfoundation.org,
wfp5p@...ginia.edu, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ll_temac: Reset dma descriptors on ndo_open
From: Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
Date: Tue, 1 Oct 2013 07:46:31 +0200
> What if I move
> lp->tx_bd_ci = 0;
> lp->tx_bd_next = 0;
> lp->tx_bd_tail = 0;
> lp->rx_bd_ci = 0;
>
> to temac_dma_bd_init? Will this be more correct?
Yes, that would be a lot better.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists