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

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

[wireless ipw2200] remove redundant return statement

parent 075897ce
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -5318,8 +5318,6 @@ static int ipw_wx_set_freq(struct net_device *dev,


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

	return 0;
}
}


static int ipw_wx_get_freq(struct net_device *dev,
static int ipw_wx_get_freq(struct net_device *dev,