• Russell King's avatar
    [DRIVER MODEL] Fix jazzsonic · 95cb5d95
    Russell King authored
    Release code in driver modules is a potential cause of oopsen.
    The device may be in use by a userspace process, which will keep
    a reference to the device.  If the module is unloaded, the module
    text will be freed.  Subsequently, when the last reference is
    dropped, the release code will be called, which no longer exists.
    
    Use generic platform device allocation/release code in modules.
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    Acked-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    95cb5d95
jazzsonic.c 8.05 KB