generic: fix LED control on the RTL8366 switches

* patch from #7713

SVN-Revision: 22656
This commit is contained in:
Gabor Juhos
2010-08-15 06:47:42 +00:00
parent 670b736005
commit e01649c7cc
2 changed files with 2 additions and 2 deletions

View File

@@ -788,7 +788,7 @@ static int rtl8366s_sw_set_port_led(struct switch_dev *dev,
data = val->value.i << (val->port_vlan * 4);
}
return rtl8366_smi_rmwr(smi, RTL8366S_LED_BLINKRATE_REG, mask, data);
return rtl8366_smi_rmwr(smi, reg, mask, data);
}
static int rtl8366s_sw_get_port_led(struct switch_dev *dev,