From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 22 Oct 2012 11:07:38 -0600 Subject: [U-Boot] [PATCH] tegra20: initialize variable to avoid compiler warning In-Reply-To: <1350717484-19380-1-git-send-email-amartin@nvidia.com> References: <1350717484-19380-1-git-send-email-amartin@nvidia.com> Message-ID: <50857D5A.6050702@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/20/2012 01:18 AM, Allen Martin wrote: > Initialize this variable to avoid a compiler warning about possible > use of uninitialized variable with gcc 4.4.6. Acked-by: Stephen Warren