Commit 206c5a43 authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: remove regs variable from brcms_ioctl function



This variable was declared and initialized but never used so it has
been removed.

Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarFranky Lin <frankyl@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0a76cd59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2515,7 +2515,6 @@ _wlc_ioctl(struct wlc_info *wlc, int cmd, void *arg, int len,
	int val, *pval;
	bool bool_val;
	int bcmerror;
	d11regs_t *regs;
	struct scb *nextscb;
	bool ta_ok;
	uint band;
@@ -2551,7 +2550,6 @@ _wlc_ioctl(struct wlc_info *wlc, int cmd, void *arg, int len,
	/* bool conversion to avoid duplication below */
	bool_val = val != 0;
	bcmerror = 0;
	regs = wlc->regs;

	if ((arg == NULL) || (len <= 0)) {
		wiphy_err(wlc->wiphy, "wl%d: %s: Command %d needs arguments\n",