bridge: add support for configuring extra vlans for the bridge itself
[project/netifd.git] / bonding.c
index f4005de059b4d3532a90bed841b47a906f24758d..402c71cb7a89a62eeda5fdde0a59014eaabcf233 100644 (file)
--- a/bonding.c
+++ b/bonding.c
@@ -353,7 +353,7 @@ bonding_config_init(struct device *dev)
 {
        struct bonding_device *bdev;
        struct blob_attr *cur;
-       int rem;
+       size_t rem;
 
        bdev = container_of(dev, struct bonding_device, dev);