]> Git Repo - J-u-boot.git/commit
net: phy: vitesse: Fix cis8204 RGMII_ID code
authorPhil Edworthy <[email protected]>
Mon, 12 Dec 2016 15:27:12 +0000 (15:27 +0000)
committerJoe Hershberger <[email protected]>
Tue, 7 Feb 2017 16:54:34 +0000 (10:54 -0600)
commit3b5f52801d5de89e39b95ac155cbcda44d164240
tree572666293b47955bfa2c3bc526535705bc015099
parent24d98cb42473e8842d6f29854cb1b2b4249bcfbd
net: phy: vitesse: Fix cis8204 RGMII_ID code

Commit 79e86ccb3786c8b20004db3fa10a70049456f580 "vitesse: remove duplicated
argument to ||" correctly removed a redundant check.

However, I believe that the original code was simply wrong, and should have
been checking against RGMII_ID.

To fix this and avoid similar problems in the future, use the
phy_interface_is_rgmii helper function.

Signed-off-by: Phil Edworthy <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/phy/vitesse.c
This page took 0.048405 seconds and 4 git commands to generate.