From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76094E7E628 for ; Tue, 26 Sep 2023 11:40:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231289AbjIZLlC (ORCPT ); Tue, 26 Sep 2023 07:41:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230231AbjIZLlB (ORCPT ); Tue, 26 Sep 2023 07:41:01 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF788F3; Tue, 26 Sep 2023 04:40:53 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38QBem3j128013; Tue, 26 Sep 2023 06:40:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695728448; bh=Wnf2ywES0kx+dypN1caDUu8AVrG46JObdEreRW0gdEA=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=PnAPLP3+3WvDBp9KJtOXkwv2zVFOdYyAX3W0Dz9F5gANlQP6UTefFUaemkP6GyUyc LeUTNQMJ8OXNbY6zcBuu2KYqApdRUVmrQNPpdPWLKJaI7BWxzW6vHitAB5OuzSZgKD la2S8aBSGlMJAll8XLbhEhrnMBIzePpkdu/65f/8= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38QBemCa068465 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 06:40:48 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 26 Sep 2023 06:40:48 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 26 Sep 2023 06:40:48 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38QBelfX086280; Tue, 26 Sep 2023 06:40:48 -0500 Date: Tue, 26 Sep 2023 17:10:46 +0530 From: Dhruva Gole To: Mark Brown CC: , , Vignesh Raghavendra , kernel test robot , Dan Carpenter Subject: Re: [PATCH V2] spi: spi-cadence-quadspi: Fix missing unwind goto warnings Message-ID: <20230926114046.5ukretunoud3yv45@dhruva> References: <20230919074658.41666-1-d-gole@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On Sep 26, 2023 at 13:21:04 +0200, Mark Brown wrote: > On Tue, Sep 19, 2023 at 01:16:59PM +0530, Dhruva Gole wrote: > > The following smatch warnings [0] were recently introduced: > > > > drivers/spi/spi-cadence-quadspi.c:1882 cqspi_probe() warn: missing > > unwind goto? > > This doesn't apply against current code, please check and resend. Pardon, which branch is this being applied on? I am on the following base and it applies OK: commit b643e6268c8f466ebb08a594b8ec8a1e2fd275a2 (spi-broonie/for-next) Merge: 3b4e5194138b da6de6d3ecc1 Author: Mark Brown Date: Tue Sep 26 13:08:30 2023 +0200 Merge remote-tracking branch 'spi/for-6.7' into spi-next origin: spi-broonie https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git -- Best regards, Dhruva Gole