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 E4382C43334 for ; Mon, 27 Jun 2022 17:19:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235968AbiF0RTK (ORCPT ); Mon, 27 Jun 2022 13:19:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235998AbiF0RTJ (ORCPT ); Mon, 27 Jun 2022 13:19:09 -0400 Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 578DF2649; Mon, 27 Jun 2022 10:19:08 -0700 (PDT) Received: by mail-io1-f52.google.com with SMTP id l24so10216177ion.13; Mon, 27 Jun 2022 10:19:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=ZbXCZRn2tkLFwe+xZcXJJfs/8AzyxZ5b05h2ymqyzKo=; b=6KfjP90Sh81ontSfR7Aey3rmFwXlXG4J07XkNRDn2iNo/ygHNMKxUNlMv0L9xBkhqD ngpJOWe2/b6uuSc5DPps8HGE9r03abbZ3m8nE4DYBBUwBE+NeO+XYPzAbVd/yNUDwT1k xaT3K5BinimNnJCte8iG/LILSyW3RXsBg1wgrEGHE4qFeRIQg8FuZbWiNHsWp5B92CtI wJQUKyxCW1h5wEuP+fG8lCN5go4xzPd2NeTiIhW9SS93E2rX/l4dgqhKKrHzbPLGMro9 BG2MZ+W1SSRnpuh11vmbncA5+zNpzHKoNPHZHzhTVoYWLv6RYN/AWFuoRVB6RxmUC+vg pCJw== X-Gm-Message-State: AJIora/1LjnBiXFNLh3CW8iZIrO1euQlHILl7zazwdtZPBoMTCqBw8y4 0lqefx+fu/Jzb7VWrOlnow== X-Google-Smtp-Source: AGRyM1tu45zAsL+jIjvM+WaRtbHInJM639b0nwxc8mz53mtK5ZKqGi9kXi5EUH4/ZuQxDwX/kohBUQ== X-Received: by 2002:a6b:7711:0:b0:674:fcb2:1256 with SMTP id n17-20020a6b7711000000b00674fcb21256mr7103853iom.32.1656350347617; Mon, 27 Jun 2022 10:19:07 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id bm13-20020a05663842cd00b0032ead96ee5csm4863972jab.165.2022.06.27.10.19.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jun 2022 10:19:07 -0700 (PDT) Received: (nullmailer pid 2614372 invoked by uid 1000); Mon, 27 Jun 2022 17:19:05 -0000 Date: Mon, 27 Jun 2022 11:19:05 -0600 From: Rob Herring To: =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= Cc: Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Frank Rowand , Nathan Lynch , Laurent Dufour , Daniel Henrique Barboza , David Gibson , Andrew Morton , David Hildenbrand , Ohhoon Kwon , "Aneesh Kumar K.V" , YueHaibing , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Allan Nielsen , Horatiu Vultur , Steen Hegelund , Thomas Petazzoni , Bjorn Helgaas , Lizhi Hou Subject: Re: [PATCH v3 1/5] of: constify of_property_check_flags() prop argument Message-ID: <20220627171905.GA2612959-robh@kernel.org> References: <20220620104123.341054-1-clement.leger@bootlin.com> <20220620104123.341054-2-clement.leger@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220620104123.341054-2-clement.leger@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jun 20, 2022 at 12:41:19PM +0200, Clément Léger wrote: > This argument is not modified and thus can be set as const. > > Signed-off-by: Clément Léger > --- > include/linux/of.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) I already applied this patch, don't resend it. Rob