commit | 56b68960ce996db7947440179cc153652a504e9a | [log] [tgz] |
---|---|---|
author | Mitch A Williams <mitch.a.williams@intel.com> | Wed Jan 18 22:13:29 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 19 12:35:06 2012 -0500 |
tree | fef7142399b3dd0bc59af40d1fa1ec2903dd615b | |
parent | b2f0f6bb874df645766930e0f023a208d93c12cd [diff] |
igbvf: Remove unnecessary irq disable/enable This irq disable/enable pair used to wrap access to the driver's vlgrp struct, which is no longer present. So, then, this could also so no longer be present. Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>