package/ar7-atm: refresh patches
[openwrt/svn-archive/archive.git] / package / ar7-atm / patches-D7.05.01.00 / 110-interrupt_fix.patch
index 1223e7c07cbff6534a7018e8f57d8735a6061531..112245769155e71816846754a6c140fad30c421b 100644 (file)
@@ -1,8 +1,6 @@
-Index: sangam_atm-D7.05.01.00/tn7atm.c
-===================================================================
---- sangam_atm-D7.05.01.00.orig/tn7atm.c       2010-03-07 18:09:13.000000000 +0100
-+++ sangam_atm-D7.05.01.00/tn7atm.c    2010-03-07 18:09:21.000000000 +0100
-@@ -633,7 +633,7 @@
+--- a/tn7atm.c
++++ b/tn7atm.c
+@@ -633,7 +633,7 @@ static int turbodsl_check_priority_type(
   *  Description: tnetd73xx SAR interrupt.
   *
   *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -11,7 +9,7 @@ Index: sangam_atm-D7.05.01.00/tn7atm.c
  {
    struct atm_dev *atmdev;
    Tn7AtmPrivate *priv;
-@@ -660,6 +660,7 @@
+@@ -660,6 +660,7 @@ static void tn7atm_sar_irq (int irq, voi
  #ifdef TIATM_INST_SUPP
    psp_trace_par (ATM_DRV_SAR_ISR_EXIT, retval);
  #endif
@@ -19,7 +17,7 @@ Index: sangam_atm-D7.05.01.00/tn7atm.c
  }
  
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-@@ -669,7 +670,7 @@
+@@ -669,7 +670,7 @@ static void tn7atm_sar_irq (int irq, voi
   *  Description: tnetd73xx DSL interrupt.
   *
   *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -28,7 +26,7 @@ Index: sangam_atm-D7.05.01.00/tn7atm.c
  {
    struct atm_dev *atmdev;
    Tn7AtmPrivate *priv;
-@@ -691,6 +692,8 @@
+@@ -691,6 +692,8 @@ static void tn7atm_dsl_irq (int irq, voi
  #ifdef TIATM_INST_SUPP
    psp_trace_par (ATM_DRV_DSL_ISR_EXIT, retval);
  #endif