Files
linux/drivers
Pan Bian ff5ac9bd16 pvcalls-front: fixes incorrect error handling
[ Upstream commit 975ef94a02 ]

kfree() is incorrectly used to release the pages allocated by
__get_free_page() and __get_free_pages(). Use the matching deallocators
i.e., free_page() and free_pages(), respectively.

Signed-off-by: Pan Bian <bianpan2016@163.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2018-12-17 09:24:39 +01:00
..
2018-12-13 09:16:23 +01:00
2018-08-16 12:26:24 -07:00
2018-11-13 11:08:18 -08:00
2018-10-17 22:00:22 -07:00
2018-08-20 11:36:07 +02:00
2018-11-13 11:08:51 -08:00
2018-11-27 16:13:09 +01:00