[BACK]Return to sa11x0_gpio.c CVS log [TXT][DIR] Up to [local] / sys / arch / arm / sa11x0

Diff for /sys/arch/arm/sa11x0/sa11x0_gpio.c between version 1.2 and 1.3

version 1.2, 2008/03/04 22:16:20 version 1.3, 2008/03/04 22:20:43
Line 485 
Line 485 
   
         if (gih->gh_irq < 11)          if (gih->gh_irq < 11)
                 /* individual (intc irq = gpio pin), register common gpio handler */                  /* individual (intc irq = gpio pin), register common gpio handler */
                 ih = sa11x0_intr_establish(NULL, gih->gh_irq, 0, spl, sagpio_irq_handler, gih, NULL);                  ih = sa11x0_intr_establish(NULL, gih->gh_irq, 0, spl, sagpio_irq_handler, gih, name);
         else          else
                 /* multiplexed, register dispatcher */                  /* multiplexed, register dispatcher */
                 ih = sa11x0_intr_establish(NULL, gih->gh_irq, 0, spl, sagpio_dispatch, NULL, NULL);                  ih = sa11x0_intr_establish(NULL, gih->gh_irq, 0, spl, sagpio_dispatch, NULL, name);
         return(ih);          return(ih);
 }  }
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb