2.6.39-stable review patch. If anyone has any objections, please let us know.
------------------ From: Luca Tettamanti <[email protected]> commit 0b8e77f12cb6bfe2e5a67f2cdc8c7af23abc4ccf upstream. The object returned by atk_gitm is dynamically allocated and must be freed. Signed-off-by: Luca Tettamanti <[email protected]> Signed-off-by: Jean Delvare <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/hwmon/asus_atk0110.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/hwmon/asus_atk0110.c +++ b/drivers/hwmon/asus_atk0110.c @@ -673,6 +673,7 @@ static int atk_debugfs_gitm_get(void *p, else err = -EIO; + ACPI_FREE(ret); return err; } _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
