From: Wei Liu Date: Wed, 29 May 2013 16:02:58 +0000 (+0100) Subject: xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm X-Git-Tag: v3.10-rc4~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0b8801c9e4c2c6b20cdac74dbab16facce7653;p=pandora-kernel.git xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm Apparently we should not free page that has not been allocated. This is b/c alloc_xenballooned_pages will take care of freeing the page on its own. Signed-off-by: Wei Liu Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed