Re: [PATCH v3 2/5] of: remove __of_node_dup() allocflags parameter
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2022-06-21 17:15:33
Also in:
linux-devicetree, lkml
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2022-06-21 17:15:33
Also in:
linux-devicetree, lkml
On Mon, Jun 20, 2022 at 12:41:20PM +0200, Clément Léger wrote:
The alloclags are always set to GFP_KERNEL so remove this specific flag. Moreover, this function is going to be based on one that does not provides passing gfp flags, so be prepared for this.
s/alloclags/allocflags/ s/provides passing/supports passing/