xenbus: avoid uninitialized variable warning
authorJan Beulich <JBeulich@suse.com>
Thu, 28 May 2015 08:26:37 +0000 (09:26 +0100)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 28 May 2015 11:23:12 +0000 (12:23 +0100)
commit76ea3cb428c5dc4fd5a415a7651026caf198fb3d
tree652d8c636fb9b3bf3c3591e58096afb0bb5aafdf
parentf1dddd118c555508ce383b7262f4e6440927bdf4
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 <jbeulich@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/xenbus/xenbus_probe.c