svn commit: r292247 - head/sys/mips/atheros

Adrian Chadd adrian at FreeBSD.org
Tue Dec 15 04:45:02 UTC 2015


Author: adrian
Date: Tue Dec 15 04:45:00 2015
New Revision: 292247
URL: https://svnweb.freebsd.org/changeset/base/292247

Log:
  [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

Modified:
  head/sys/mips/atheros/qca953x_chip.c

Modified: head/sys/mips/atheros/qca953x_chip.c
==============================================================================
--- head/sys/mips/atheros/qca953x_chip.c	Tue Dec 15 04:44:06 2015	(r292246)
+++ head/sys/mips/atheros/qca953x_chip.c	Tue Dec 15 04:45:00 2015	(r292247)
@@ -196,7 +196,7 @@ qca953x_chip_set_pll_ge(int unit, int sp
 		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",


More information about the svn-src-all mailing list