phy: rockchip-inno-usb2: Do not check bvalid twice
authorSamuel Holland <samuel@sholland.org>
Thu, 14 Apr 2022 03:22:53 +0000 (22:22 -0500)
committerVinod Koul <vkoul@kernel.org>
Wed, 20 Apr 2022 09:14:03 +0000 (14:44 +0530)
commit656f7fcb1272df590e10cb82e07cd2b79bbf60d1
treead118d885f2ce5d5d460f53c8d5ddcd76ff12ff9
parent6a98df08ccd55e87947d253b19925691763e755c
phy: rockchip-inno-usb2: Do not check bvalid twice

The bvalid interrupt handler already checks bvalid status. The muxed IRQ
handler just needs to call the other handler (plus any other handlers
that will be added).

Signed-off-by: Samuel Holland <samuel@sholland.org>
Tested-by: Michael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220414032258.40984-3-samuel@sholland.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/rockchip/phy-rockchip-inno-usb2.c