Skip to content

Commit

Permalink
staging:wlan-ng: remove default case in the p80211req_handlemsg
Browse files Browse the repository at this point in the history
default is redundant and remove it

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 89e6302 commit c3016c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/wlan-ng/p80211req.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c3016c4

Please sign in to comment.