Commit e8bdd5df authored by Stephen Hemminger's avatar Stephen Hemminger

[PATCH] 3c59x netpoll typo

Poll code (in net-drivers-2.5-exp) was calling undefined function.
parent e448918c
......@@ -928,7 +928,7 @@ static void poll_vortex(struct net_device *dev)
local_save_flags(flags);
local_irq_disable();
(vp->full_bus_master_rx ? boomerang_interrupt:vortex_interrupt)(dev->irq,dev,NULL);
local_restore_flags(flags);
local_irq_restore(flags);
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment