]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/bridge/br_sysfs_br.c
[BRIDGE]: Kill clone argument to br_flood_*
[linux-2.6-omap-h63xx.git] / 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);