Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/cavium/dev Fix compile error.



details:   https://anonhg.NetBSD.org/src/rev/e7c5f7ac9390
branches:  trunk
changeset: 451594:e7c5f7ac9390
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue May 28 14:20:09 2019 +0000

description:
Fix compile error.

diffstat:

 sys/arch/mips/cavium/dev/octeon_gmx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8d091f54bede -r e7c5f7ac9390 sys/arch/mips/cavium/dev/octeon_gmx.c
--- a/sys/arch/mips/cavium/dev/octeon_gmx.c     Tue May 28 13:34:40 2019 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_gmx.c     Tue May 28 14:20:09 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: octeon_gmx.c,v 1.4 2019/05/28 07:41:47 msaitoh Exp $   */
+/*     $NetBSD: octeon_gmx.c,v 1.5 2019/05/28 14:20:09 msaitoh Exp $   */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_gmx.c,v 1.4 2019/05/28 07:41:47 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_gmx.c,v 1.5 2019/05/28 14:20:09 msaitoh Exp $");
 
 #include "opt_octeon.h"
 
@@ -922,7 +922,7 @@
 static int
 octeon_gmx_rgmii_set_filter(struct octeon_gmx_port_softc *sc)
 {
-       struct ethercom *ec = &sc->sc_port_ec;
+       struct ethercom *ec = sc->sc_port_ec;
        struct ifnet *ifp = &ec->ec_if;
 #ifdef OCTEON_ETH_USE_GMX_CAM
        struct ether_multi *enm;



Home | Main Index | Thread Index | Old Index