mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[wireless ipw2200] remove redundant return statement
This commit is contained in:
parent
075897ce3b
commit
e2608361be
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue