lkml.org 
[lkml]   [2010]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 026/164] USB: visor: fix memory leak
    2.6.33-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Johan Hovold <jhovold@gmail.com>

    commit 199b113978015309dd02c69844c19a1be3f4dbcf upstream.

    Fix memory leak for some devices (Sony Clie 3.5) due to port private
    data not being freed on release.

    Signed-off-by: Johan Hovold <jhovold@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/usb/serial/visor.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/usb/serial/visor.c
    +++ b/drivers/usb/serial/visor.c
    @@ -249,6 +249,7 @@ static struct usb_serial_driver clie_3_5
    .throttle = visor_throttle,
    .unthrottle = visor_unthrottle,
    .attach = clie_3_5_startup,
    + .release = visor_release,
    .write = visor_write,
    .write_room = visor_write_room,
    .write_bulk_callback = visor_write_bulk_callback,



    \
     
     \ /
      Last update: 2010-07-02 00:23    [W:4.075 / U:0.264 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site