phy: tegra: xusb: remove a stray unlock
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 23 Apr 2025 13:08:23 +0000 (16:08 +0300)
committerVinod Koul <vkoul@kernel.org>
Wed, 14 May 2025 11:21:18 +0000 (12:21 +0100)
commit83c178470e0bf690d34c8c08440f2421b82e881c
tree7473cc150843f93cd99cb97cba894234694b5683
parentf9475055b11c0c70979bd1667a76b2ebae638eb7
phy: tegra: xusb: remove a stray unlock

We used to take a lock in tegra186_utmi_bias_pad_power_on() but now we
have moved the lock into the caller.  Unfortunately, when we moved the
lock this unlock was left behind and it results in a double unlock.
Delete it now.

Fixes: b47158fb4295 ("phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/aAjmR6To4EnvRl4G@stanley.mountain
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/tegra/xusb-tegra186.c