Re: [PATCH] net: hns: Fix object reference leaks in hns_dsaf_roce_reset()

From: David Miller
Date: Thu Feb 14 2019 - 12:29:14 EST


From: Huang Zijiang <huang.zijiang@xxxxxxxxxx>
Date: Thu, 14 Feb 2019 14:41:45 +0800

> The of_find_device_by_node() takes a reference to the underlying device
> structure, we should release that reference.
>
> Signed-off-by: Huang Zijiang <huang.zijiang@xxxxxxxxxx>

Applied, thank you.