• Johan Hovold's avatar
    USB: mos7720: fix port-data memory leak · 4230af57
    Johan Hovold authored
    Fix port-data memory leak by moving port data allocation and
    deallocation to port_probe and port_remove.
    
    Since commit 0998d063 (device-core: Ensure drvdata = NULL when no
    driver is bound) the port private data is no longer freed at release as
    it is no longer accessible.
    
    Note that this patch also fixes a second port-data memory leak in the
    error path of attach, should parallel-port initialisation fail.
    
    Compile-only tested.
    
    Cc: <stable@vger.kernel.org>
    Signed-off-by: default avatarJohan Hovold <jhovold@gmail.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    4230af57
mos7720.c 58.5 KB