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 E8F4EC433F5 for ; Mon, 28 Mar 2022 09:15:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239721AbiC1JQu (ORCPT ); Mon, 28 Mar 2022 05:16:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239759AbiC1JQh (ORCPT ); Mon, 28 Mar 2022 05:16:37 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 061445418A; Mon, 28 Mar 2022 02:14:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648458897; x=1679994897; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=iDPo4+auOxDlbVUvyIzvO6r769KSVx4M39s1sqLHWTg=; b=WiMxtmo9sBu2Ttj83ZmlZcX0fcKzwbqfce+9hGejMsRAWGWdoRkmPYNX +TcMYrV7V91/mJHmZDl7D2lxtoAVxvvO6EQPCH71JjWk5o30+dObEqDrB EqhdTGfPn5SQPImConYth7q6xlqFR1uvOCtAs7HdbZ0mMuMy/OMK8zI4P J3PcFPD/j7CTNBbhF0/6lwk5hUdUDu9pYji2Hzuv5WDSodzG38KZ+8Cfm C+s4ZiZL6bnFCgMSW2bL9i+k8F8jrS7+r+OUmntEI5sxCpXJ+J/iZtgHz cXvEjqh3DhaTFp+zL42FeJ2/J5yD/3LeYcNL80UB2GCsU2aaDNp1QdH4o A==; X-IronPort-AV: E=McAfee;i="6200,9189,10299"; a="258669393" X-IronPort-AV: E=Sophos;i="5.90,217,1643702400"; d="scan'208";a="258669393" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2022 02:14:56 -0700 X-IronPort-AV: E=Sophos;i="5.90,217,1643702400"; d="scan'208";a="563473256" Received: from smile.fi.intel.com ([10.237.72.59]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2022 02:14:51 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nYlS4-0081P4-9G; Mon, 28 Mar 2022 12:14:16 +0300 Date: Mon, 28 Mar 2022 12:14:15 +0300 From: Andy Shevchenko To: Geert Uytterhoeven Cc: Gregory CLEMENT , Geert Uytterhoeven , Fabien Dessenne , Linus Walleij , "open list:GPIO SUBSYSTEM" , Linux ARM , "open list:ARM/Amlogic Meson..." , Linux Kernel Mailing List , Linux-Renesas , linux-stm32@st-md-mailman.stormreply.com, Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Andrew Lunn , Sebastian Hesselbarth , Maxime Coquelin , Alexandre Torgue , Bartosz Golaszewski Subject: Re: [PATCH v1 1/5] gpiolib: Introduce gpiochip_count() helper Message-ID: References: <20220325200338.54270-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Mon, Mar 28, 2022 at 09:35:25AM +0200, Geert Uytterhoeven wrote: > On Fri, Mar 25, 2022 at 9:04 PM Andy Shevchenko > wrote: ... > > + if (device_property_read_bool(child, "gpio-controller")) > > error: passing argument 1 of ‘device_property_read_bool’ from > incompatible pointer type [-Werror=incompatible-pointer-types] Oh, thanks! I will fix this in v2. > So I'm afraid I cannot test patch 3/5 yet ;-) -- With Best Regards, Andy Shevchenko