[cns3xxx]: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34095 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
3cc763aa54
commit
fee2c93362
|
@ -1,6 +1,6 @@
|
|||
--- a/arch/arm/mach-cns3xxx/core.c
|
||||
+++ b/arch/arm/mach-cns3xxx/core.c
|
||||
@@ -115,12 +115,13 @@ static void cns3xxx_timer_set_mode(enum
|
||||
@@ -115,12 +115,13 @@ static void cns3xxx_timer_set_mode(enum
|
||||
|
||||
switch (mode) {
|
||||
case CLOCK_EVT_MODE_PERIODIC:
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
|
||||
struct port {
|
||||
@@ -500,37 +508,35 @@ static void cns3xxx_alloc_rx_buf(struct
|
||||
@@ -500,37 +508,35 @@ static void cns3xxx_alloc_rx_buf(struct
|
||||
struct _rx_ring *rx_ring = sw->rx_ring;
|
||||
unsigned int i = rx_ring->alloc_index;
|
||||
struct rx_desc *desc = &(rx_ring)->desc[i];
|
||||
|
|
Loading…
Reference in New Issue