staging:wlan-ng: remove default case in the p80211req_handlemsg
default is redundant and remove it Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
89e6302ce7
commit
c3016c45df
|
@ -173,11 +173,7 @@ static void p80211req_handlemsg(wlandevice_t *wlandev, struct p80211msg *msg)
|
|||
(struct p80211msg_dot11req_mibget *) msg;
|
||||
p80211req_mibset_mibget(wlandev, mib_msg, isget);
|
||||
}
|
||||
default:
|
||||
;
|
||||
} /* switch msg->msgcode */
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static int p80211req_mibset_mibget(wlandevice_t *wlandev,
|
||||
|
|
Loading…
Reference in New Issue