diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-23 12:51:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-23 12:51:05 +0000 |
commit | b6b06000ebe2ffd2ebca24417ea9b9080cb6d643 (patch) | |
tree | 678c75cb4f1655a0e42ccd1f12b2ec0dfebce14f /target/linux/mpc85xx/patches-3.10 | |
parent | d8d0e2c5368aeeb5ec2ddf06cfad0c919a3af8f4 (diff) | |
download | upstream-b6b06000ebe2ffd2ebca24417ea9b9080cb6d643.tar.gz upstream-b6b06000ebe2ffd2ebca24417ea9b9080cb6d643.tar.bz2 upstream-b6b06000ebe2ffd2ebca24417ea9b9080cb6d643.zip |
kernel: update 3.10 to 3.10.17
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38506
Diffstat (limited to 'target/linux/mpc85xx/patches-3.10')
-rw-r--r-- | target/linux/mpc85xx/patches-3.10/200-gianfar_napi_poll_revert.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/patches-3.10/200-gianfar_napi_poll_revert.patch b/target/linux/mpc85xx/patches-3.10/200-gianfar_napi_poll_revert.patch index 9f2b727580..7b0e6c9ef3 100644 --- a/target/linux/mpc85xx/patches-3.10/200-gianfar_napi_poll_revert.patch +++ b/target/linux/mpc85xx/patches-3.10/200-gianfar_napi_poll_revert.patch @@ -1,6 +1,6 @@ --- a/drivers/net/ethernet/freescale/gianfar.c +++ b/drivers/net/ethernet/freescale/gianfar.c -@@ -132,7 +132,7 @@ static int gfar_poll(struct napi_struct +@@ -132,7 +132,7 @@ static int gfar_poll(struct napi_struct static void gfar_netpoll(struct net_device *dev); #endif int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit); @@ -27,7 +27,7 @@ } static void gfar_schedule_cleanup(struct gfar_priv_grp *gfargrp) -@@ -2833,82 +2835,62 @@ static int gfar_poll(struct napi_struct +@@ -2833,82 +2835,62 @@ static int gfar_poll(struct napi_struct struct gfar __iomem *regs = gfargrp->regs; struct gfar_priv_tx_q *tx_queue = NULL; struct gfar_priv_rx_q *rx_queue = NULL; |