aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skge.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2008-03-25 23:53:24 -0400
committerJeff Garzik <jeff@garzik.org>2008-03-25 23:53:24 -0400
commitf0c88f9c45f39acd017328515890481adcb32607 (patch)
treee9826b89e24b56bf49d309a49e2fc8ac33891687 /drivers/net/skge.c
parentS2io: Handle TX completions on the same CPU as the sender for MIS-X interrupts (diff)
downloadlinux-dev-f0c88f9c45f39acd017328515890481adcb32607.tar.xz
linux-dev-f0c88f9c45f39acd017328515890481adcb32607.zip
netxen, phy/marvell, skge: minor checkpatch fixes
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/skge.c')
-rw-r--r--drivers/net/skge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/skge.c b/drivers/net/skge.c
index ae52cba75f9a..2e26dced13a1 100644
--- a/drivers/net/skge.c
+++ b/drivers/net/skge.c
@@ -3200,7 +3200,7 @@ static int skge_poll(struct napi_struct *napi, int to_do)
if (work_done < to_do) {
unsigned long flags;
-
+
spin_lock_irqsave(&hw->hw_lock, flags);
__netif_rx_complete(dev, napi);
hw->intr_mask |= napimask[skge->port];