missing return in bridge sysfs code
authorAl Viro <[email protected]>
Sun, 19 Aug 2007 03:51:26 +0000 (04:51 +0100)
committerLinus Torvalds <[email protected]>
Sun, 19 Aug 2007 17:32:31 +0000 (10:32 -0700)
Signed-off-by: Al Viro <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
net/bridge/br_sysfs_br.c

index 88f43003b193ad0c3919b2f58f37e4d65346e9f3..c65f54e0e27febec09a75df717374ed05d015e11 100644 (file)
@@ -167,6 +167,7 @@ static ssize_t store_stp_state(struct device *d,
        br_stp_set_enabled(br, val);
        rtnl_unlock();
 
+       return len;
 }
 static DEVICE_ATTR(stp_state, S_IRUGO | S_IWUSR, show_stp_state,
                   store_stp_state);