Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755112AbaAHLSs (ORCPT ); Wed, 8 Jan 2014 06:18:48 -0500 Received: from eu1sys200aog118.obsmtp.com ([207.126.144.145]:53886 "EHLO eu1sys200aog118.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755075AbaAHLSq (ORCPT ); Wed, 8 Jan 2014 06:18:46 -0500 Message-ID: <52CD340F.8000903@mellanox.com> Date: Wed, 8 Jan 2014 13:18:39 +0200 From: Or Gerlitz User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Paul Bolle , Jack Morgenstein , Rony Efraim , Hadar Hen Zion , "David S. Miller" CC: , Subject: Re: [PATCH 1/2] net/mlx4_core: clean up cq_res_start_move_to() References: <1389099678.15032.19.camel@x41> In-Reply-To: <1389099678.15032.19.camel@x41> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.222.66.109] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/01/2014 15:01, Paul Bolle wrote: > Building resource_tracker.o triggers a GCC warning: > drivers/net/ethernet/mellanox/mlx4/resource_tracker.c: In function 'mlx4_HW2SW_CQ_wrapper': > drivers/net/ethernet/mellanox/mlx4/resource_tracker.c:3019:16: warning: 'cq' may be used uninitialized in this function [-Wmaybe-uninitialized] > atomic_dec(&cq->mtt->ref_count); > ^ > > This is a false positive. But a cleanup of cq_res_start_move_to() can > help GCC here. The code currently uses a switch statement where a plain > if/else would do, since only two of the switch's four cases can ever > occur. Dropping that switch makes the warning go away. > > While we're at it, do some coding style cleanups (missing braces), and > drop a test that always evaluates to true. > Hi Paul, Our maintainer of that area of the code (SRIOV resource tracker) is busy now, but we will definitely look on these two patches in the coming days, thanks for posting them! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/