diff options
Diffstat (limited to 'drivers/net/pci-skeleton.c')
-rw-r--r-- | drivers/net/pci-skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pci-skeleton.c b/drivers/net/pci-skeleton.c index dea843a62d32..2687e747657d 100644 --- a/drivers/net/pci-skeleton.c +++ b/drivers/net/pci-skeleton.c | |||
@@ -1318,7 +1318,7 @@ static void netdrv_tx_timeout (struct net_device *dev) | |||
1318 | 1318 | ||
1319 | /* Stop a shared interrupt from scavenging while we are. */ | 1319 | /* Stop a shared interrupt from scavenging while we are. */ |
1320 | spin_lock_irqsave (&tp->lock, flags); | 1320 | spin_lock_irqsave (&tp->lock, flags); |
1321 | 1321 | ||
1322 | netdrv_tx_clear (tp); | 1322 | netdrv_tx_clear (tp); |
1323 | 1323 | ||
1324 | spin_unlock_irqrestore (&tp->lock, flags); | 1324 | spin_unlock_irqrestore (&tp->lock, flags); |