]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igbvf: Remove unnecessary irq disable/enable
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 13:24:05 +0000 (21:24 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 13:24:05 +0000 (21:24 +0800)
commitf0224db742164d3f8678ab1089176d546abbd677
tree00624cd4f9629f952a48bef01b0ccf50632266c9
parente76b6eddc3e667e937eba344e81152e7025e2834
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.

(backeded from commit 56b68960ce996db7947440179cc153652a504e9a)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igbvf/netdev.c