Files
linux/drivers
Pan Bian 975ef94a02 pvcalls-front: fixes incorrect error handling
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>
2018-11-29 17:53:33 +01:00
..
2018-10-16 09:50:39 -06:00
2018-08-08 15:44:47 +10:00
2018-09-10 12:54:02 +02:00
2018-08-20 11:36:07 +02:00
2018-10-07 21:31:32 -07:00