staging: et131x: change function name
Change function name from et1310_phy_power_down to et1310_phy_power_switch to better describe its functionality. Signed-off-by: ZHAO Gang <gamerh2o@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
877494a7e2
commit
1ff70a7c99
@ -1679,7 +1679,7 @@ static int et131x_mdio_reset(struct mii_bus *bus)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* et1310_phy_power_down - PHY power control
|
||||
/* et1310_phy_power_switch - PHY power control
|
||||
* @adapter: device to control
|
||||
* @down: true for off/false for back on
|
||||
*
|
||||
@ -1688,7 +1688,7 @@ static int et131x_mdio_reset(struct mii_bus *bus)
|
||||
* Can't you see that this code processed
|
||||
* Phy power, phy power..
|
||||
*/
|
||||
static void et1310_phy_power_down(struct et131x_adapter *adapter, bool down)
|
||||
static void et1310_phy_power_switch(struct et131x_adapter *adapter, bool down)
|
||||
{
|
||||
u16 data;
|
||||
|
||||
@ -1938,7 +1938,7 @@ static void et131x_adapter_setup(struct et131x_adapter *adapter)
|
||||
|
||||
et1310_config_macstat_regs(adapter);
|
||||
|
||||
et1310_phy_power_down(adapter, 0);
|
||||
et1310_phy_power_switch(adapter, 0);
|
||||
et131x_xcvr_init(adapter);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user