[wireless ipw2200] remove redundant return statement

This commit is contained in:
Mateusz Berezecki 2005-10-04 08:14:00 -04:00 коммит произвёл Jeff Garzik
Родитель 075897ce3b
Коммит e2608361be
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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