[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240815190826.076b7373@kernel.org>
Date: Thu, 15 Aug 2024 19:08:26 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Krzysztof Kozlowski <krzk@...nel.org>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] nfc: mrvl: use scoped device node handling to
simplify cleanup
On Tue, 13 Aug 2024 12:39:04 +0200 Krzysztof Kozlowski wrote:
> - matched_node = of_get_compatible_child(node, "marvell,nfc-uart");
> + struct device_node *matched_node __free(device_node) = of_get_compatible_child(node,
> + "marvell,nfc-uart");
The 100+ character line mixing declaration and code is more than
I can bear. Sorry.
Powered by blists - more mailing lists