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 6F67DC433FE for ; Thu, 3 Nov 2022 11:44:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230423AbiKCLo4 (ORCPT ); Thu, 3 Nov 2022 07:44:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229699AbiKCLox (ORCPT ); Thu, 3 Nov 2022 07:44:53 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CCE4DB3; Thu, 3 Nov 2022 04:44:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667475893; x=1699011893; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=i1ewGVqgpLa0I9aDl7AaVHshZOxjkLCv6NBjBF5OKM8=; b=BLVVYaU+tVDW4ykWwDwW+qgLQPeMWKKTlczK5Sb95TPg6hKT1yEneY+0 7kLuhU5XsCs2R0HYQuT32ChGymBi2u/yB4hjXe/K9mFpCQ97o6amXEiv3 1kMWPy2KTdQrtaLlQKa/kKnKOrXRwWUCTuhO7VldseMvrtNeT6HlkzGTk 47W9KonZELT6L8E903AllrvLlJekSBGTwxjYRnjjcUc5iuBHhF0YyqgM3 qPz2ecBqM4DKrNi7pfKepX/SvJba26aJ5YUvzT/Wd0L1FYme/AGMj7Kw0 fuPSQpJ7EOb/DM7i8kmGhG3YIdVKX8zumVgWYFoTlIwvKJc672PiOMy1v w==; X-IronPort-AV: E=McAfee;i="6500,9779,10519"; a="310775048" X-IronPort-AV: E=Sophos;i="5.95,235,1661842800"; d="scan'208";a="310775048" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2022 04:44:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10519"; a="740158650" X-IronPort-AV: E=Sophos;i="5.95,235,1661842800"; d="scan'208";a="740158650" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP; 03 Nov 2022 04:44:43 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oqYeH-006gqi-3C; Thu, 03 Nov 2022 13:44:41 +0200 Date: Thu, 3 Nov 2022 13:44:41 +0200 From: Andy Shevchenko To: Mika Westerberg Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij Subject: Re: [PATCH v1 1/2] pinctrl: intel: Use temporary variable for struct device Message-ID: References: <20221102152915.22995-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 Thu, Nov 03, 2022 at 12:54:23PM +0200, Andy Shevchenko wrote: > On Thu, Nov 3, 2022 at 9:26 AM Mika Westerberg > wrote: > > On Wed, Nov 02, 2022 at 05:29:14PM +0200, Andy Shevchenko wrote: ... > > Anyway, no feelings about this so feel free to add, > > > > Reviewed-by: Mika Westerberg > > > > for both patches. > > Thank you! Pushed to my review and testing queue, thank you! -- With Best Regards, Andy Shevchenko