]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: Refactor generic_{setup, shutdown}_phy() to reduce complexity
authorJonas Karlman <jonas@kwiboo.se>
Thu, 31 Aug 2023 23:07:11 +0000 (23:07 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 13 Sep 2023 19:52:21 +0000 (15:52 -0400)
commit565f556d0ba7f36def70dc36422d8730ff70f7a9
treee44e6637e47d41e4f3926fa14c81785bc92ac76a
parent1a4293e001d1063401b6f94104684e38d6e401c9
phy: Refactor generic_{setup, shutdown}_phy() to reduce complexity

Refactor generic_{setup,shutdown}_phy() to reduce complexity and
indentation. This have no intended functional change.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
drivers/phy/phy-uclass.c