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 39C04C433FE for ; Tue, 17 May 2022 16:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350946AbiEQQet (ORCPT ); Tue, 17 May 2022 12:34:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347238AbiEQQeq (ORCPT ); Tue, 17 May 2022 12:34:46 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 168BB4ECFB; Tue, 17 May 2022 09:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652805286; x=1684341286; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pXKemmWg0zSWkgtz6B7q39wTF2OVnZlv0Mo1h+/mPWY=; b=as9/b+/SC4irfepoGIfgNDBJIi60cVLGqsUUCCjZXCGFkPARqQ7LuUW4 3wOAG7xy84NEra6v5cxVhryrcXVnWeYemzMHQ1o22Rd6JBjjHjH8z1hFJ YzH0wifG7CMjGUzxe5mOMxbOYUSf0fEBgJ/Xcv0TVKICyhbr0jvT0hymS GMKZbXADbS6Aa1UajVEVLj4t6E7sbL43CMb/BQ4fgcJ7Gkv0TWDpFw19V szBhuqVA0IhqcRhj9M2NneVqRJs14Z4xJeKJE7sajaj2gGoFS+7VyrCNt AD8lZ0ef6bUavN93gN4DYlBebrjGAKdNvImAk7UM3iprmWV0VtmcN0OFJ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="251754276" X-IronPort-AV: E=Sophos;i="5.91,233,1647327600"; d="scan'208";a="251754276" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2022 09:34:45 -0700 X-IronPort-AV: E=Sophos;i="5.91,233,1647327600"; d="scan'208";a="626563924" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2022 09:34:44 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nr09h-0008CZ-Ni; Tue, 17 May 2022 19:34:41 +0300 Date: Tue, 17 May 2022 19:34:41 +0300 From: Andy Shevchenko To: Mika Westerberg Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko , Linus Walleij Subject: Re: [PATCH v1 1/1] pinctrl: cherryview: Use GPIO chip pointer in chv_gpio_irq_mask_unmask() Message-ID: References: <20220516185500.32304-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 17, 2022 at 01:07:27PM +0300, Mika Westerberg wrote: > On Mon, May 16, 2022 at 09:55:00PM +0300, Andy Shevchenko wrote: > > The callers already have dereferenced pointer to GPIO chip, no need to > > do it again in chv_gpio_irq_mask_unmask(). Hence, replace IRQ data pointer > > by GPIO chip pointer. > > > > Signed-off-by: Andy Shevchenko > > Acked-by: Mika Westerberg Pushed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko