Commit fdb030f8 authored by Alexander Viro's avatar Alexander Viro Committed by Stephen Hemminger

[netdrvr 8390] Forgotten return 0; removed

parent 5fb5d5ae
...@@ -1011,8 +1011,6 @@ static void ethdev_setup(struct net_device *dev) ...@@ -1011,8 +1011,6 @@ static void ethdev_setup(struct net_device *dev)
ether_setup(dev); ether_setup(dev);
spin_lock_init(&ei_local->page_lock); spin_lock_init(&ei_local->page_lock);
return 0;
} }
/** /**
......
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