commit | 3e5ba466d515eb3fb1e0e975a3d8e499126ae2b5 | [log] [tgz] |
---|---|---|
author | Danny Kukawka <danny.kukawka@bisect.de> | Mon Jan 30 23:00:08 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 02 16:28:13 2012 -0800 |
tree | e45bb9150ed32baefbb4692d02238287f13fed3f | |
parent | 7c5763b8453a94871d356f20df30f350f8631e8b [diff] |
vmw_balloon: fix for a -Wuninitialized warning 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 <danny.kukawka@bisect.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>