commit | f91d718156fe93d0cf684cacf5f247c35a825d79 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Sun Nov 06 18:05:06 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 09 13:29:32 2016 -0500 |
tree | facb82ded814711632a1dd6fc56277439dc58341 | |
parent | fb56be83e43d0bb0cc9e8c35a6a9cac853231ba2 [diff] |
Revert "net/mlx4_en: Fix panic during reboot" This reverts commit 9d2afba058722d40cc02f430229c91611c0e8d16. The original issue would possibly exist if an external module tried calling our "ethtool_ops" without checking if it still exists. The right way of solving it is by simply doing the check in the caller side. Currently, no action is required as there's no such use case. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>