]> Pileus Git - ~andy/linux/commit
igbvf: Remove unnecessary irq disable/enable
authorMitch A Williams <mitch.a.williams@intel.com>
Wed, 18 Jan 2012 22:13:29 +0000 (22:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Jan 2012 17:35:06 +0000 (12:35 -0500)
commit56b68960ce996db7947440179cc153652a504e9a
treefef7142399b3dd0bc59af40d1fa1ec2903dd615b
parentb2f0f6bb874df645766930e0f023a208d93c12cd
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>
drivers/net/ethernet/intel/igbvf/netdev.c