Skip to content
  • Roland Stigge's avatar
    ARM: LPC32xx: Cleanup irq.c · 91deef80
    Roland Stigge authored
    
    
    This patch removes the IRQ mask initialization which is already done some lines
    above.
    
    This was actually a bug: The init was supposed to set the bits for the
    (chained) SUB IRQs. But this is already fixed by the previous patch, doing this
    implicitely via irq_set_chained_handler().
    
    Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
    91deef80