Re: [PATCH v2] PCI: rcar: Release temporary device tree node reference

From: Marek Vasut

Date: Fri Sep 25 2026 - 01:09:50 EST


On 9/24/26 3:04 AM, Yuho Choi wrote:
of_find_matching_node() returns a referenced node even when it is used
only as a boolean test. Drop the reference right after the match check.

Fixes: a115b1bd3af0 ("PCI: rcar: Add L1 link state fix into data abort hook")
Signed-off-by: Yuho Choi <oss.patchbox@xxxxxxxxx>
Reviewed-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxxxx>

Thank you !