summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/atheros/qca953x_chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/atheros/qca953x_chip.c b/sys/mips/atheros/qca953x_chip.c
index b6fe7ad..a262a9f 100644
--- a/sys/mips/atheros/qca953x_chip.c
+++ b/sys/mips/atheros/qca953x_chip.c
@@ -196,7 +196,7 @@ qca953x_chip_set_pll_ge(int unit, int speed, uint32_t pll)
ATH_WRITE_REG(QCA953X_PLL_ETH_XMII_CONTROL_REG, pll);
break;
case 1:
- ATH_WRITE_REG(QCA953X_PLL_ETH_SGMII_CONTROL_REG, pll);
+ /* nothing */
break;
default:
printf("%s: invalid PLL set for arge unit: %d\n",
OpenPOWER on IntegriCloud