|
@@ -534,7 +534,7 @@ static ssize_t bonding_show_min_links(struct device *d,
|
|
{
|
|
{
|
|
struct bonding *bond = to_bond(d);
|
|
struct bonding *bond = to_bond(d);
|
|
|
|
|
|
- return sprintf(buf, "%d\n", bond->params.min_links);
|
|
|
|
|
|
+ return sprintf(buf, "%u\n", bond->params.min_links);
|
|
}
|
|
}
|
|
|
|
|
|
static ssize_t bonding_store_min_links(struct device *d,
|
|
static ssize_t bonding_store_min_links(struct device *d,
|