Skip to content

Commit

Permalink
brcmsmac: remove unnecessary return
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
Eduardo Abinader authored and Kalle Valo committed Nov 15, 2019
1 parent 8550179 commit 92fe0f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7376,9 +7376,7 @@ static void brcms_c_update_beacon_hw(struct brcms_c_info *wlc,
false, true);
/* mark beacon0 valid */
bcma_set32(core, D11REGOFFS(maccommand), MCMD_BCN1VLD);
return;
}
return;
}

/*
Expand Down

0 comments on commit 92fe0f8

Please sign in to comment.