openvswitch: Add a missing break statement.
[linux-2.6-microblaze.git] / net / openvswitch / flow_netlink.c
index d19044f..c87d359 100644 (file)
@@ -2195,6 +2195,7 @@ static int validate_set(const struct nlattr *a,
        case OVS_KEY_ATTR_ETHERNET:
                if (mac_proto != MAC_PROTO_ETHERNET)
                        return -EINVAL;
+               break;
 
        case OVS_KEY_ATTR_TUNNEL:
                if (masked)