From 191f543e29a4a9d073aba8ba4a5443eba8216e1a Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 15 Dec 2015 04:45:00 +0000 Subject: [PATCH] [qca953x] remove unneeded initialisation. This was copied from another chip file and it's not required on Honeybee. Tested: * AP143, QCA9531 SoC. Obtained from: OpenWRT --- sys/mips/atheros/qca953x_chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/atheros/qca953x_chip.c b/sys/mips/atheros/qca953x_chip.c index b6fe7ad64a4..a262a9f8b07 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",