lkml.org 
[lkml]   [2009]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 02/10] LIS3LV02D: Correct memory leak in module unload
    Op 10-11-09 13:41, Samu Onkalo schreef:
    > polled input device itself was not free'd.
    >
    > Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com>
    Acked-by: Éric Piel <eric.piel@tremplin-utc.net>
    > ---
    > drivers/hwmon/lis3lv02d.c | 1 +
    > 1 files changed, 1 insertions(+), 0 deletions(-)
    >
    > diff --git a/drivers/hwmon/lis3lv02d.c b/drivers/hwmon/lis3lv02d.c
    > index 7f43a3b..dbd0b05 100644
    > --- a/drivers/hwmon/lis3lv02d.c
    > +++ b/drivers/hwmon/lis3lv02d.c
    > @@ -333,6 +333,7 @@ void lis3lv02d_joystick_disable(void)
    > if (lis3_dev.irq)
    > misc_deregister(&lis3lv02d_misc_device);
    > input_unregister_polled_device(lis3_dev.idev);
    > + input_free_polled_device(lis3_dev.idev);
    > lis3_dev.idev = NULL;
    > }
    > EXPORT_SYMBOL_GPL(lis3lv02d_joystick_disable);

    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2009-11-15 16:51    [W:4.054 / U:0.172 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site