• Ingo Molnar's avatar
    irq: refactor and clean up the free_irq() code flow · ae88a23b
    Ingo Molnar authored
    Impact: cleanup
    
    - separate out the loop from the actual freeing logic, this wins us
      two indentation levels allowing a number of followup prettifications
    
    - turn the WARN_ON() into a more informative WARN().
    
    - clean up the comments and the code flow some more
    
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    ae88a23b
manage.c 18.6 KB