Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f6f9d6f authored by David S. Miller's avatar David S. Miller
Browse files

fealnx: Remove unused local label 'out' in netdev_open().

parent 019d077a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -923,7 +923,6 @@ static int netdev_open(struct net_device *dev)
	np->reset_timer.data = (unsigned long) dev;
	np->reset_timer.function = reset_timer;
	np->reset_timer_armed = 0;
out:
	return rc;
}