commit | 0650c0b8d9efe5b1205116a2febcb984c6c98472 | [log] [tgz] |
---|---|---|
author | Yuval Mintz <Yuval.Mintz@qlogic.com> | Mon May 04 12:34:12 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon May 04 15:54:46 2015 -0400 |
tree | 3982f0819c2ffe13b67e7546d185993095d8d88a | |
parent | 73e84313ee4178cac628009103a901af9dfe8920 [diff] |
bnx2x: Fix to prevent inner-reload Submit 909d9faae2a44 ("bnx2x: Prevent inner-reload while VFs exist") contained a bug - MTU change was not prevented by it; Instead, it `randomally' prevented bnx2x_resume() from running [harmless yet wrong]. This moves the check to its correct spot. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>