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 00a9b2ae51d330aab76bb19a361c59889f6bea15..31bfac80534b2e1c07fae0478cb6cc7c438ab1da 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)