File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ static int aqr107_config_init(struct phy_device *phydev)
489
489
{
490
490
struct aqr107_priv * priv = phydev -> priv ;
491
491
u32 led_active_low ;
492
- int ret , index = 0 ;
492
+ int ret ;
493
493
494
494
/* Check that the PHY interface type is compatible */
495
495
if (phydev -> interface != PHY_INTERFACE_MODE_SGMII &&
@@ -516,10 +516,9 @@ static int aqr107_config_init(struct phy_device *phydev)
516
516
517
517
/* Restore LED polarity state after reset */
518
518
for_each_set_bit (led_active_low , & priv -> leds_active_low , AQR_MAX_LEDS ) {
519
- ret = aqr_phy_led_active_low_set (phydev , index , led_active_low );
519
+ ret = aqr_phy_led_active_low_set (phydev , led_active_low , true );
520
520
if (ret )
521
521
return ret ;
522
- index ++ ;
523
522
}
524
523
525
524
return 0 ;
You can’t perform that action at this time.
0 commit comments