]> git.baikalelectronics.ru Git - kernel.git/commit
macintosh: Add missing of_node_get() in do_attach()
authorLiang He <windhl@126.com>
Wed, 22 Jun 2022 06:16:52 +0000 (14:16 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 07:30:24 +0000 (17:30 +1000)
commit9ef69ec2f570052ae880762d12efedd71bc7dff8
treeab5c92731d32f9d2a4affc36ee6d9adfdd57c367
parent4f8e778476cd48a4050be29febfe7bda2404ac54
macintosh: Add missing of_node_get() in do_attach()

We need a of_node_get() for of_find_compatible_node() to keep refcount
balance.

Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220622061652.4095330-1-windhl@126.com
drivers/macintosh/therm_windtunnel.c