Changeset 36fc8b18 in rtems


Ignore:
Timestamp:
02/24/17 11:54:01 (7 years ago)
Author:
Daniel Hellstrom <daniel@…>
Branches:
5, master
Children:
fec8288
Parents:
090016a
git-author:
Daniel Hellstrom <daniel@…> (02/24/17 11:54:01)
git-committer:
Daniel Hellstrom <daniel@…> (03/06/17 06:54:55)
Message:

leon, grspw_pkt: unregister ISR on close

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/shared/spw/grspw_pkt.c

    r090016a r36fc8b18  
    657657        }
    658658        grspw_hw_stop(priv);
     659
     660        /* Uninstall Interrupt handler */
     661        drvmgr_interrupt_unregister(priv->dev, 0, grspw_isr, priv);
    659662
    660663        /* Free descriptor table memory if allocated using malloc() */
Note: See TracChangeset for help on using the changeset viewer.