net/mlx5e: Schedule overflow check work to mlx5e workqueue
authorEugenia Emantayev <eugenia@mellanox.com>
Wed, 12 Jul 2017 14:44:07 +0000 (17:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Aug 2017 15:49:34 +0000 (08:49 -0700)
commit33e25b2168dda8b000bc2951762c86fcbc23229b
tree6f4f47a0bb18c700f6d96ead97a3b9c85b6b4b22
parent862ade9a4383fc336d20036a085a13a196e686ce
net/mlx5e: Schedule overflow check work to mlx5e workqueue

[ Upstream commit f08c39ed0bfb503c7b3e013cd40d036ce6a0941a ]

This is done in order to ensure that work will not run after the cleanup.

Fixes: ef9814deafd0 ('net/mlx5e: Add HW timestamping (TS) support')
Signed-off-by: Eugenia Emantayev <eugenia@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/en_clock.c