team: forbid incorrect fall-through in notifier
authorJiri Pirko <jiri@resnulli.us>
Wed, 23 Apr 2014 12:17:55 +0000 (14:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2014 17:26:32 +0000 (13:26 -0400)
commited2da03c6907800871234f5cae42db7d80de8dfc
treea6d440a522700eac2429ee63264df55ae1360ecf
parent8ea2b17c99b926e2229696eed7f49ac2f73f4619
team: forbid incorrect fall-through in notifier

There are two breaks missing there. The result is that userspace
receives multiple messages which might be confusing.

Introduced-by: 3d249d4c "net: introduce ethernet teaming device"
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/team/team.c