Eran Ben Elisha fb609b5112 net/mlx5: Always use container_of to find mdev pointer from clock struct
Clock struct is part of struct mlx5_core_dev. Code was inconsistent, on
some cases used container_of and on another used clock->mdev.

Align code to use container_of amd remove clock->mdev pointer.
While here, fix reverse xmas tree coding style.

Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com>
Reviewed-by: Moshe Shemesh <moshe@mellanox.com>
2020-09-15 11:59:49 -07:00
..
2020-08-03 20:37:22 -07:00
2020-08-07 13:00:53 -07:00
2020-09-14 13:36:00 -07:00
2020-08-06 16:43:36 -07:00
2020-08-29 12:44:30 -07:00