diff --git a/include/net/dsa.h b/include/net/dsa.h index 50e276dc4c013bf9ab7b98adbde62bf7626a582d..fa1c21ab809291687ca8373fa431c9b3714e3e03 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -209,7 +209,7 @@ struct dsa_switch { * Parent switch tree, and switch index. */ struct dsa_switch_tree *dst; - int index; + unsigned int index; /* Listener for switch fabric events */ struct notifier_block nb;