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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A6B08C61DA4 for ; Mon, 13 Mar 2023 20:56:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=Nj99v96sYpl0cabRTt58qNXVJMXM4npfHfio27rQc6k=; b=l69mVFlYm5ES3W R3w9/T8Vs1fJPBessJ3peAnHLgmmH2to8jIKi4axVVy7dGyZ4iMCw2YkPxaqFxHZ4iq1YF384Ku5F V3tWDheNzvKjQqwICoi3U/i4ZW4L/0cNs1hydQodCDq4Y8ASdK2KBWoGGAmKxRsxz+Fu0LbrrGL93 G0vhARW8d8D5Hw4kQEHdTBAG+ojNRTMRq/VzMBlCAXOubdnhVO9z5d93WqB/1qMDfi9vUa7N4g2AS b3bb5JanvdCJiq3FlrlhuA0UQxUamdceaF9TTF1JqyEY1zYRGrS2iZKE+VKxUjpda/A/akoZvAh69 kgJX9opkiFzdyC6oB/Kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbpCm-007k2Z-0b; Mon, 13 Mar 2023 20:55:40 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbpCj-007k27-GO for linux-arm-kernel@lists.infradead.org; Mon, 13 Mar 2023 20:55:38 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DB32E614CF; Mon, 13 Mar 2023 20:55:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 202D2C433D2; Mon, 13 Mar 2023 20:55:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678740936; bh=3vo69kqpsWbF0m1n8ErPDXv1g5eY2fX8t772YXd/DNM=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=bF8uQriiSYLD+R+NxI+GWf0Ar59Jj3+Yn04ewxKitGrLzWQB51Hhibeejx2+2KRvX R4bLwncKkjD5aDy8PE078rWKDu7hpxHl95ECnj5Bxm9qzSC7sAcLhhFkSiWReAZnyS ZmyVVvRtkRa7vgo+NYco25JFm3IlNyG3EbdVex6f3dyUPAnu7wqzvwn2oeu61Msa5S kmeyA15CF1cfdyKGZWdi1OypfqSSJEqxeWyk9gdgtbAXcw/ZHk0p5IYDG1t9u104LR JiTFaaEF1C1OpoaQ2aHdlnkCXDeifxhS1R3w6iz+uv1hyUBhxjP4JRd8N3YqIPyQnA x4nCmFxIL7FOA== Date: Mon, 13 Mar 2023 15:55:34 -0500 From: Bjorn Helgaas To: Rob Herring Cc: Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , Ray Jui , Scott Branden , Broadcom internal kernel review list , devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: iproc: Use of_property_read_bool() for boolean properties Message-ID: <20230313205534.GA1539457@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230310144720.1544531-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230313_135537_605046_A51355CA X-CRM114-Status: UNSURE ( 8.59 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Mar 10, 2023 at 08:47:19AM -0600, Rob Herring wrote: > It is preferred to use typed property access functions (i.e. > of_property_read_ functions) rather than low-level > of_get_property/of_find_property functions for reading properties. > Convert reading boolean properties to to of_property_read_bool(). s/to to/to/ Likely can be fixed up when applying. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel