Skip to content

Commit

Permalink
[wireless ipw2200] remove redundant return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Berezecki authored and Jeff Garzik committed Oct 4, 2005
1 parent 075897c commit e260836
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -5318,8 +5318,6 @@ static int ipw_wx_set_freq(struct net_device *dev,

IPW_DEBUG_WX("SET Freq/Channel -> %d \n", fwrq->m);
return ipw_set_channel(priv, (u8) fwrq->m);

return 0;
}

static int ipw_wx_get_freq(struct net_device *dev,
Expand Down

0 comments on commit e260836

Please sign in to comment.