summaryrefslogtreecommitdiff
path: root/smsc911x.c
diff options
context:
space:
mode:
Diffstat (limited to 'smsc911x.c')
-rw-r--r--smsc911x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smsc911x.c b/smsc911x.c
index 07bf6a8..1aa39a1 100644
--- a/smsc911x.c
+++ b/smsc911x.c
@@ -84,7 +84,7 @@ int smsc911x_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs)
fprintf(stdout, "index 30, Interrupt Mask Register = 0x%04X\n",*smsc_reg++);
fprintf(stdout, "index 31, PHY Special Control/Status Register = 0x%04X\n",*smsc_reg++);
fprintf(stdout, "\n");
-
+
return 0;
}