Skip to content

Commit

Permalink
fealnx: Remove unused local label 'out' in netdev_open().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 7, 2012
1 parent 019d077 commit 2f6f9d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/fealnx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2f6f9d6

Please sign in to comment.