]> git.baikalelectronics.ru Git - kernel.git/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)
commitf955e7d9082120fcd52db67d51b7c7f2bc990e91
treefef7142399b3dd0bc59af40d1fa1ec2903dd615b
parent879808ec8798c0078d788d21b25d205374a99dc6
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