From: Jan Beulich Date: Thu, 28 May 2015 08:26:37 +0000 (+0100) Subject: xenbus: avoid uninitialized variable warning X-Git-Tag: omap-for-v4.2/fixes-rc1^2~62^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ea3cb428c5dc4fd5a415a7651026caf198fb3d;p=pandora-kernel.git xenbus: avoid uninitialized variable warning Older compilers don't recognize that "v" can't be used uninitialized; other code using hvm_get_parameter() zeros the value too, so follow suit here. Signed-off-by: Jan Beulich Signed-off-by: David Vrabel --- Reading git-diff-tree failed