Commit e2608361 authored by Mateusz Berezecki's avatar Mateusz Berezecki Committed by Jeff Garzik

[wireless ipw2200] remove redundant return statement

parent 075897ce
......@@ -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,
......
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