Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 04:45:00 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292247 - head/sys/mips/atheros
Message-ID:  <201512150445.tBF4j0WT088768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512150445.tBF4j0WT088768>