From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH -mm] net/sched/sch_cbq.c: Shut up uninitialized variable warning Date: Sun, 02 Sep 2007 13:36:40 +0200 Message-ID: <46DAA048.3090709@trash.net> References: <20070831215822.26e1432b.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Linux Kernel Mailing List , David Miller , netdev@vger.kernel.org To: Satyam Sharma Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Satyam Sharma wrote: > net/sched/sch_cbq.c: In function 'cbq_enqueue': > net/sched/sch_cbq.c:383: warning: 'ret' may be used uninitialized in this function > > has been verified to be a bogus case. So let's shut it up. > > Signed-off-by: Satyam Sharma Acked-by: Patrick McHardy