• Federico Vaga's avatar
    kernel: do not cleanup what should be already cleaned up · a754f416
    Federico Vaga authored
    On spec driver remove, do not clean-up VIC stuff. The VIC should be cleaned
    by the mezzanine driver when it release all its handlers (see patch a628fa3).
    Just leave a reminder for driver developer when something goes wrong.
    
    Moreove, we do not need to user sver_irq_exit() any more. If the mezzanine
    driver is properly written it will clear all its interrupts, and thanks to
    patch a628fa3 we can safely assume that everything was cleared.
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    a754f416
Name
Last commit
Last update
..
hw Loading commit data...
Makefile Loading commit data...
Module.symvers.fmc Loading commit data...
Module.symvers.vme Loading commit data...
svec-drv.c Loading commit data...
svec-fmc.c Loading commit data...
svec-i2c.c Loading commit data...
svec-irq.c Loading commit data...
svec-sysfs.c Loading commit data...
svec-vic.c Loading commit data...
svec.h Loading commit data...
vmebus.h Loading commit data...