Re: [PATCH v2] phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node function
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-12-14 07:37:38
Also in:
linux-phy, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-12-14 07:37:38
Also in:
linux-phy, lkml
On 13-12-21, 02:05, Miaoqian Lin wrote:
callers of tegra_xusb_find_port_node() function only do NULL checking for the return value. return NULL instead of ERR_PTR(-ENOMEM) to keep consistent.
Applied, thanks -- ~Vinod