projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e9cbb
)
interface: fix indentation
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 26 Jun 2014 10:09:21 +0000
(12:09 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 26 Jun 2014 10:09:21 +0000
(12:09 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
interface.c
patch
|
blob
|
history
diff --git
a/interface.c
b/interface.c
index b0fe9deee601eee0dc2bf8b82dba2d9bec89b52c..1f83be32f5a0b269e314632005cb41a2b43ad505 100644
(file)
--- a/
interface.c
+++ b/
interface.c
@@
-329,7
+329,7
@@
interface_cb(struct device_user *dep, enum device_event ev)
break;
case DEV_EVENT_LINK_UP:
new_state = true;
-
case DEV_EVENT_LINK_DOWN:
+ case DEV_EVENT_LINK_DOWN:
interface_set_link_state(iface, new_state);
break;
case DEV_EVENT_TOPO_CHANGE: