[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <167570067760.179257.13965747777319057031.robh@kernel.org>
Date: Mon, 6 Feb 2023 10:24:53 -0600
From: Rob Herring <robh@...nel.org>
To: Thomas Weißschuh <linux@...ssschuh.net>
Cc: Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH] of: make of_node_ktype constant
On Sat, 04 Feb 2023 05:47:03 +0000, Thomas Weißschuh wrote:
> Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.")
> the driver core allows the usage of const struct kobj_type.
>
> Take advantage of this to constify the structure definition to prevent
> modification at runtime.
>
> Signed-off-by: Thomas Weißschuh <linux@...ssschuh.net>
> ---
> drivers/of/kobj.c | 2 +-
> include/linux/of.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Applied, thanks!
Powered by blists - more mailing lists