remove a bogus return statement
authorFelix Fietkau <nbd@openwrt.org>
Sun, 9 Oct 2011 20:52:37 +0000 (22:52 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 9 Oct 2011 20:52:37 +0000 (22:52 +0200)
system-dummy.c

index 00a9b2a..31bfac8 100644 (file)
@@ -66,7 +66,6 @@ int system_if_down(struct device *dev)
 
 void system_if_clear_state(struct device *dev)
 {
-       return 0;
 }
 
 int system_if_check(struct device *dev)