net: dsa: dsa_fastest_ageing_time return unsigned
authorVivien Didelot <[email protected]>
Wed, 15 Mar 2017 19:53:48 +0000 (15:53 -0400)
committerDavid S. Miller <[email protected]>
Wed, 15 Mar 2017 22:34:13 +0000 (15:34 -0700)
commite893de1ba1d39e78750ffadf7191aef8133c8fe8
tree6abfe6f86d6d0a458b16e6e5cf708bb251903e56
parent1aed18141317a43029293135e5c988a719757907
net: dsa: dsa_fastest_ageing_time return unsigned

The ageing time is defined as unsigned int, so make
dsa_fastest_ageing_time return an unsigned int instead of int.

Signed-off-by: Vivien Didelot <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/dsa/slave.c