From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753853AbbE1Kik (ORCPT ); Thu, 28 May 2015 06:38:40 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:4899 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752744AbbE1Kie (ORCPT ); Thu, 28 May 2015 06:38:34 -0400 X-IronPort-AV: E=Sophos;i="5.13,512,1427760000"; d="scan'208";a="269333192" Message-ID: <5566F026.1030606@citrix.com> Date: Thu, 28 May 2015 11:38:30 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 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" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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