From 2375f37723dfd443a1d7663b65c695025b55e87e Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 23 Mar 2015 13:28:52 +0000 Subject: generic/3.18: refresh patches Signed-off-by: Imre Kaloz SVN-Revision: 44951 --- .../patches-3.18/073-bgmac-Clean-warning-messages.patch | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'target/linux/generic/patches-3.18/073-bgmac-Clean-warning-messages.patch') diff --git a/target/linux/generic/patches-3.18/073-bgmac-Clean-warning-messages.patch b/target/linux/generic/patches-3.18/073-bgmac-Clean-warning-messages.patch index fd3e11d672..17fe5dff5e 100644 --- a/target/linux/generic/patches-3.18/073-bgmac-Clean-warning-messages.patch +++ b/target/linux/generic/patches-3.18/073-bgmac-Clean-warning-messages.patch @@ -18,11 +18,9 @@ Signed-off-by: David S. Miller drivers/net/ethernet/broadcom/bgmac.c | 7 ------- 1 file changed, 7 deletions(-) -diff --git a/drivers/net/ethernet/broadcom/bgmac.c b/drivers/net/ethernet/broadcom/bgmac.c -index 676ffe0..0469f72 100644 --- a/drivers/net/ethernet/broadcom/bgmac.c +++ b/drivers/net/ethernet/broadcom/bgmac.c -@@ -302,9 +302,6 @@ static int bgmac_dma_rx_skb_for_slot(struct bgmac *bgmac, +@@ -302,9 +302,6 @@ static int bgmac_dma_rx_skb_for_slot(str slot->skb = skb; slot->dma_addr = dma_addr; @@ -32,7 +30,7 @@ index 676ffe0..0469f72 100644 return 0; } -@@ -505,8 +502,6 @@ static int bgmac_dma_alloc(struct bgmac *bgmac) +@@ -505,8 +502,6 @@ static int bgmac_dma_alloc(struct bgmac ring->mmio_base); goto err_dma_free; } @@ -41,7 +39,7 @@ index 676ffe0..0469f72 100644 ring->unaligned = bgmac_dma_unaligned(bgmac, ring, BGMAC_DMA_RING_TX); -@@ -536,8 +531,6 @@ static int bgmac_dma_alloc(struct bgmac *bgmac) +@@ -536,8 +531,6 @@ static int bgmac_dma_alloc(struct bgmac err = -ENOMEM; goto err_dma_free; } @@ -50,6 +48,3 @@ index 676ffe0..0469f72 100644 ring->unaligned = bgmac_dma_unaligned(bgmac, ring, BGMAC_DMA_RING_RX); --- -1.8.4.5 - -- cgit v1.2.3