summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/rtl81x9.c')
-rw-r--r--sys/dev/ic/rtl81x9.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c
index 0f1b8420316..7557c6174df 100644
--- a/sys/dev/ic/rtl81x9.c
+++ b/sys/dev/ic/rtl81x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9.c,v 1.80 2013/12/06 21:03:03 deraadt Exp $ */
+/* $OpenBSD: rtl81x9.c,v 1.81 2013/12/28 03:35:00 deraadt Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -1246,7 +1246,6 @@ rl_activate(struct device *self, int act)
rv = config_activate_children(self, act);
break;
case DVACT_RESUME:
- rv = config_activate_children(self, act);
if (ifp->if_flags & IFF_UP)
rl_init(sc);
break;