commit | 343b29f308d0a9c12579feec9d244ffc53ae99c3 | [log] [tgz] |
---|---|---|
author | Achiad Shochat <achiad@mellanox.com> | Fri Sep 25 10:49:09 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 28 22:19:49 2015 -0700 |
tree | 0869a4ba0907e8d4b0bedc141752cbba8f46ce8d | |
parent | 4de61ba234c0d5834bfec1cbe180008b9d2e1827 [diff] |
net/mlx5e: Priv state flag not rolled-back upon netdev open error The private mlx5 state flag that indicates that the netdev is opened is set at the beginning of the netdev open flow. In case an error occured later in the mlx5 netdev open flow, this flag was not cleared, remaining set although the actual set is closed. Signed-off-by: Achiad Shochat <achiad@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>