Re: [PATCH] of_net: Fix missing of_find_device_by_node ref count drop

From: David Miller
Date: Mon May 13 2019 - 11:55:07 EST


From: Petr Štetiar <ynezz@xxxxxxx>
Date: Mon, 13 May 2019 11:41:39 +0200

> of_find_device_by_node takes a reference to the embedded struct device
> which needs to be dropped after use.
>
> Fixes: d01f449c008a ("of_net: add NVMEM support to of_get_mac_address")
> Reported-by: kbuild test robot <lkp@xxxxxxxxx>
> Reported-by: Julia Lawall <julia.lawall@xxxxxxx>
> Signed-off-by: Petr Štetiar <ynezz@xxxxxxx>

Applied, thank you.