Re: [PATCH] net/at91_ether: fix the use of macb structure

2012-11-04 Thread Nicolas Ferre
On 11/03/2012 08:04 PM, David Miller : > From: Nicolas Ferre > Date: Tue, 30 Oct 2012 12:30:28 +0100 > >> Due to the use of common structure in at91_ether and macb drivers, >> change the name of DMA descriptor structures in at91_ether as well: >> dma_desc => macb_dma_desc >> >> Signed-off-by:

Re: [PATCH] net/at91_ether: fix the use of macb structure

2012-11-04 Thread Nicolas Ferre
On 11/03/2012 08:04 PM, David Miller : From: Nicolas Ferre nicolas.fe...@atmel.com Date: Tue, 30 Oct 2012 12:30:28 +0100 Due to the use of common structure in at91_ether and macb drivers, change the name of DMA descriptor structures in at91_ether as well: dma_desc = macb_dma_desc

Re: [PATCH] net/at91_ether: fix the use of macb structure

2012-11-03 Thread David Miller
From: Nicolas Ferre Date: Tue, 30 Oct 2012 12:30:28 +0100 > Due to the use of common structure in at91_ether and macb drivers, > change the name of DMA descriptor structures in at91_ether as well: > dma_desc => macb_dma_desc > > Signed-off-by: Nicolas Ferre This does not apply to net-next,

Re: [PATCH] net/at91_ether: fix the use of macb structure

2012-11-03 Thread David Miller
From: Nicolas Ferre nicolas.fe...@atmel.com Date: Tue, 30 Oct 2012 12:30:28 +0100 Due to the use of common structure in at91_ether and macb drivers, change the name of DMA descriptor structures in at91_ether as well: dma_desc = macb_dma_desc Signed-off-by: Nicolas Ferre

[PATCH] net/at91_ether: fix the use of macb structure

2012-10-30 Thread Nicolas Ferre
Due to the use of common structure in at91_ether and macb drivers, change the name of DMA descriptor structures in at91_ether as well: dma_desc => macb_dma_desc Signed-off-by: Nicolas Ferre --- Hi, This patch is a fix for the patch [PATCH v3 06/10] net/macb: clean up ring buffer logic that I

[PATCH] net/at91_ether: fix the use of macb structure

2012-10-30 Thread Nicolas Ferre
Due to the use of common structure in at91_ether and macb drivers, change the name of DMA descriptor structures in at91_ether as well: dma_desc = macb_dma_desc Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- Hi, This patch is a fix for the patch [PATCH v3 06/10] net/macb: clean up ring