commit | daee5598e491d8d3979bd4ad6c447d89ce57b446 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@linux.intel.com> | Fri Oct 11 08:34:59 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Oct 29 21:02:03 2019 -0700 |
tree | df2a71f9b485d66ff6aa38179729c6948f205c56 | |
parent | a7023819404ac9bd2bb311a4fafd38515cfa71ec [diff] |
e1000e: Drop unnecessary __E1000_DOWN bit twiddling Since we no longer check for __E1000_DOWN in e1000e_close we can drop the spot where we were restoring the bit. This saves us a bit of unnecessary complexity. Signed-off-by: Alexander Duyck <alexander.h.duyck@linux.intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>