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 D4147C77B73 for ; Tue, 6 Jun 2023 13:03:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236000AbjFFND1 (ORCPT ); Tue, 6 Jun 2023 09:03:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231431AbjFFND0 (ORCPT ); Tue, 6 Jun 2023 09:03:26 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 765A4F4; Tue, 6 Jun 2023 06:03:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686056605; x=1717592605; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=SoK98zYoZg/QJdhX9TAOHffu0QsXR3TmI0mQNbTwSWA=; b=BU2b4VJQwD2k/AfzYICbGtQfUDdeGwCHMvMoBbDTi3sgIirAXNFL3mTj Jf+weopn4+6ZciLZ4sbdiwJvl5SpjomxkdJvZr13acMkJ4328Nd+j4zSo SfLCAhSkttexqnn1zutoIN9dMoSduWnwJiayK03QJYGjTg3LpAlzOaG6f M0Uy8fvvQr+MNtZMOMdFN1r6WPbGmpyJzT4S2/qOcr0tKH9gqSXIy4Bnu LN0fBMDdhtCX3dCN0ZyaCzZ5QrxQAo1fmXx4wdbTZSBhZODiv4IJ+XGIP Bptc79V6gMjLX95OpiHDJsVX/JdtzAyh4wL7t80X8qOEEpQrxj+u+U8wu Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10732"; a="384974419" X-IronPort-AV: E=Sophos;i="6.00,221,1681196400"; d="scan'208";a="384974419" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 06:03:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10732"; a="778989489" X-IronPort-AV: E=Sophos;i="6.00,221,1681196400"; d="scan'208";a="778989489" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga004.fm.intel.com with ESMTP; 06 Jun 2023 06:03:22 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1q6WLI-001dDJ-0Z; Tue, 06 Jun 2023 16:03:20 +0300 Date: Tue, 6 Jun 2023 16:03:19 +0300 From: Andy Shevchenko To: Miquel Raynal Cc: Alexander Aring , Simon Horman , Stefan Schmidt , linux-wpan@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Aring , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH net-next v1 1/1] ieee802154: ca8210: Remove stray gpiod_unexport() call Message-ID: References: <20230528140938.34034-1-andriy.shevchenko@linux.intel.com> <20230606114743.30f7567e@xps-13> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230606114743.30f7567e@xps-13> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org On Tue, Jun 06, 2023 at 11:47:43AM +0200, Miquel Raynal wrote: > aahringo@redhat.com wrote on Tue, 6 Jun 2023 05:33:47 -0400: > > On Mon, Jun 5, 2023 at 10:12 AM Andy Shevchenko > > wrote: > > > On Tue, May 30, 2023 at 09:42:20AM +0200, Simon Horman wrote: > > > > On Sun, May 28, 2023 at 05:09:38PM +0300, Andy Shevchenko wrote: > > > > > There is no gpiod_export() and gpiod_unexport() looks pretty much stray. > > > > > The gpiod_export() and gpiod_unexport() shouldn't be used in the code, > > > > > GPIO sysfs is deprecated. That said, simply drop the stray call. > > > > > > > > > > Signed-off-by: Andy Shevchenko > > > > > > > > Reviewed-by: Simon Horman > > > > > > Thank you! > > > Can this be applied now? > > > > ping, Miquel? :) > > I already applied it locally, but I am trying to fix my "thanks for > patch" routine to not tell you it was applied on the mtd tree :-p Good to know and thank you! -- With Best Regards, Andy Shevchenko