team: remove synchronize_rcu() called during port disable
authorJiri Pirko <jiri@resnulli.us>
Mon, 10 Jun 2013 15:42:25 +0000 (17:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2013 10:06:16 +0000 (03:06 -0700)
Check the unlikely case of team->en_port_count == 0 before modulo
operation.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found