From: Danny Kukawka Date: Mon, 30 Jan 2012 22:00:08 +0000 (+0100) Subject: vmw_balloon: fix for a -Wuninitialized warning X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4922a507301a07fb092629ecdc38c8ac65996d;p=pandora-kernel.git vmw_balloon: fix for a -Wuninitialized warning commit 3e5ba466d515eb3fb1e0e975a3d8e499126ae2b5 upstream. Fix for a -Wuninitialized compiler warning. Changed return value of vmballoon_send_lock_page() from bool to int to be able to distinguish between the error cases to avoid uninitialized use of hv_status in vmballoon_reserve_page() Signed-off-by: Danny Kukawka Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed