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 804A3C77B73 for ; Mon, 5 Jun 2023 14:13:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233801AbjFEON3 (ORCPT ); Mon, 5 Jun 2023 10:13:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233662AbjFEONH (ORCPT ); Mon, 5 Jun 2023 10:13:07 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBCE71707; Mon, 5 Jun 2023 07:12:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685974340; x=1717510340; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=tnFykrtFgC+nsW5qzjC49sVe9sqAoGlIaP4E3a3EaSA=; b=avunHCe4Uzy+72x1vDfmwlYzHtrlMV+3IQJnXWZg1buaCzE8flSIwTW8 0hBU4ElfBHZYC/32n0nx0tX3v8Jgt1uWlrL9JDOhShjM5x+ICaoqY3v7I KrEfqKtOyeUiUEG7PRb3nhAYnygyUhwDdx50K2jcTCe6ceRclX3z9toIj n1u2a8GlIyy6oIEUdLakXFaFHx9W7YTwaI+6MVgmiLmm/35IWsMlXjSf6 TEkYW/jgTMBNuxhm2JfbWea84xwRGz5RwX1Og+Nuc1GXtO3ssgsAoFAKm QEpFBCh19HPR02t/mrch+mdIvP6nr0amdr8dSOWC2fyxSV4mj5r7R84l2 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10732"; a="345968875" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="345968875" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jun 2023 07:09:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10732"; a="741737980" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="741737980" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP; 05 Jun 2023 07:09:52 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1q6Au6-001ODW-0y; Mon, 05 Jun 2023 17:09:50 +0300 Date: Mon, 5 Jun 2023 17:09:50 +0300 From: Andy Shevchenko To: Simon Horman Cc: Stefan Schmidt , linux-wpan@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Aring , Miquel Raynal , "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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? -- With Best Regards, Andy Shevchenko