thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()
authorJing Xiangfeng <jingxiangfeng@huawei.com>
Tue, 29 Sep 2020 08:26:52 +0000 (16:26 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 12 Oct 2020 10:08:36 +0000 (12:08 +0200)
commit48b458591749d35c927351b4960b49e35af30fe6
treef161de74cde7a0c2fd496f56058bec58aad1226e
parent5093402e5b449b64f7bbaa09057ce40a8f3c1484
thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()

thermal_genl_sampling_temp() misses to call nlmsg_free() in an error path.

Jump to out_free to fix it.

Fixes: 1ce50e7d408ef2 ("thermal: core: genetlink support for events/cmd/sampling")
Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200929082652.59876-1-jingxiangfeng@huawei.com
drivers/thermal/thermal_netlink.c