Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Cosmetic changes



details:   https://anonhg.NetBSD.org/src/rev/4f52af3a491a
branches:  trunk
changeset: 451808:4f52af3a491a
user:      triaxx <triaxx%NetBSD.org@localhost>
date:      Wed Jun 05 17:50:06 2019 +0000

description:
Cosmetic changes

Assignment made during declaration.

diffstat:

 sys/dev/mii/rgephy.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 452ef786a4fa -r 4f52af3a491a sys/dev/mii/rgephy.c
--- a/sys/dev/mii/rgephy.c      Wed Jun 05 16:28:06 2019 +0000
+++ b/sys/dev/mii/rgephy.c      Wed Jun 05 17:50:06 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rgephy.c,v 1.54 2019/04/11 09:14:07 msaitoh Exp $      */
+/*     $NetBSD: rgephy.c,v 1.55 2019/06/05 17:50:06 triaxx Exp $       */
 
 /*
  * Copyright (c) 2003
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rgephy.c,v 1.54 2019/04/11 09:14:07 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rgephy.c,v 1.55 2019/06/05 17:50:06 triaxx Exp $");
 
 
 /*
@@ -112,9 +112,6 @@
        int rev;
        const char *sep = "";
 
-       ma = aux;
-       mii = ma->mii_data;
-
        rev = MII_REV(ma->mii_id2);
        mpd = mii_phy_match(ma, rgephys);
        aprint_naive(": Media interface\n");



Home | Main Index | Thread Index | Old Index