From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932753AbcAYP1F (ORCPT ); Mon, 25 Jan 2016 10:27:05 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:37484 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757333AbcAYP1C (ORCPT ); Mon, 25 Jan 2016 10:27:02 -0500 Date: Mon, 25 Jan 2016 15:26:59 +0000 (GMT) From: "Maciej W. Rozycki" To: Sudip Mukherjee cc: "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v2] defxx: fix build warning In-Reply-To: <1453707320-30556-1-git-send-email-sudipm.mukherjee@gmail.com> Message-ID: References: <1453707320-30556-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Jan 2016, Sudip Mukherjee wrote: > We are getting many build warnings about: > 'bar_start' may be used uninitialized > and > 'bar_len' may be used uninitialized > > They are not actually uninitialized as dfx_get_bars() will initialize > them properly. But still lets have them initialized just to satisfy the > compiler (gcc 4.8.2). > > Signed-off-by: Sudip Mukherjee > --- Acked-by: Maciej W. Rozycki Thanks, Maciej