The patch titled
     apanel: free input device on close
has been added to the -mm tree.  Its filename is
     apanel-free-input-device-on-close.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: apanel: free input device on close
From: Stephen Hemminger <[EMAIL PROTECTED]>

Fix memory leak.

Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Cc: Dmitry Torokhov <[EMAIL PROTECTED]>
Cc: Jiri Kosina <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/input/misc/apanel.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/input/misc/apanel.c~apanel-free-input-device-on-close 
drivers/input/misc/apanel.c
--- a/drivers/input/misc/apanel.c~apanel-free-input-device-on-close
+++ a/drivers/input/misc/apanel.c
@@ -176,6 +176,7 @@ static int apanel_detach_client(struct i
 
        input_unregister_polled_device(ap->ipdev);
        i2c_detach_client(&ap->client);
+       input_free_polled_device(ap->ipdev);
 
        return 0;
 }
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-input.patch
fujitsu-application-panel-driver.patch
apanel-free-input-device-on-close.patch
apanel-change-name-of-led.patch
apanel-detach-on-shutdown.patch
apanel-use-generic-keycode-routines.patch
git-net.patch
git-netdev-all.patch
git-wireless.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to