From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 82A7A1A0E48 for ; Thu, 28 May 2015 20:38:37 +1000 (AEST) Message-ID: <5566F026.1030606@citrix.com> Date: Thu, 28 May 2015 11:38:30 +0100 From: David Vrabel MIME-Version: 1.0 To: Jan Beulich , CC: Boris Ostrovsky , Konrad Rzeszutek Wilk , Subject: Re: [PATCH] hvc_xen: avoid uninitialized variable warning References: <5566EDC6020000780007E67F@mail.emea.novell.com> In-Reply-To: <5566EDC6020000780007E67F@mail.emea.novell.com> Content-Type: text/plain; charset="windows-1252" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 28/05/15 09:28, Jan Beulich wrote: > 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. Applied to for-linus-4.2, thanks. David