[wireless ipw2200] remove redundant return statement

This commit is contained in:
Mateusz Berezecki 2005-10-04 08:14:00 -04:00 committed by Jeff Garzik
parent 075897ce3b
commit e2608361be
1 changed files with 0 additions and 2 deletions

View File

@ -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,