Module Name: src
Committed By: triaxx
Date: Wed Jun 5 17:50:06 UTC 2019
Modified Files:
src/sys/dev/mii: rgephy.c
Log Message:
Cosmetic changes
Assignment made during declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/mii/rgephy.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/mii/rgephy.c
diff -u src/sys/dev/mii/rgephy.c:1.54 src/sys/dev/mii/rgephy.c:1.55
--- src/sys/dev/mii/rgephy.c:1.54 Thu Apr 11 09:14:07 2019
+++ src/sys/dev/mii/rgephy.c Wed Jun 5 17:50:06 2019
@@ -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 @@ rgephy_attach(device_t parent, device_t
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");