Re: [PATCH] phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 08:22:07
Also in:
lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 08:22:07
Also in:
lkml
On 09-09-21, 15:21, Yang Yingliang wrote:
In case of error, the function devm_ioremap() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test.
Applied, thanks -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy