Skip to content

Commit

Permalink
bcm43xxx: correct typo error to fix build break in photon board (#45)
Browse files Browse the repository at this point in the history
Change-Id: I340b8d6d939b5049d25789d04c4a334bc97b1067
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
  • Loading branch information
xiaoxiang781216 authored and acassis committed Jan 7, 2020
1 parent aad99a5 commit 926a41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ static void bcmf_poll_work(FAR void *arg)
/* Setup the watchdog poll timer again */

wd_start(priv->bc_txpoll, BCMF_WDDELAY, bcmf_poll_expiry, 1,
, (wdparm_t)priv);
(wdparm_t)priv);
exit_unlock:
net_unlock();
}
Expand Down

0 comments on commit 926a41f

Please # to comment.