net/mlx5: Remove a useless 'drain_workqueue()' call in 'mlx5e_ipsec_cleanup()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 11 Feb 2020 22:32:54 +0000 (14:32 -0800)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 19 Feb 2020 03:17:31 +0000 (19:17 -0800)
commit0120936a9fc7493fed63588204af427dcf00feea
tree313b4fe0de293979ef5263ff7625ad776b46e8f6
parentb5ede32d3329cc55fbf51dc4e635c5cdc043ce04
net/mlx5: Remove a useless 'drain_workqueue()' call in 'mlx5e_ipsec_cleanup()'

'destroy_workqueue()' already calls 'drain_workqueue()', there is no need
to call it explicitly.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c