Re: [PATCH net-next] net: phy: at803x: disable vddio regulator
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-01-31 15:58:39
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-01-31 15:58:39
Also in:
lkml
On Thu, 30 Jan 2020 18:54:02 +0100, Michael Walle wrote:
The probe() might enable a VDDIO regulator, which needs to be disabled
again before calling regulator_put(). Add a remove() function.
Fixes: 2f664823a470 ("net: phy: at803x: add device tree binding")
Signed-off-by: Michael Walle <redacted>Applied, thank you!