1
0
Fork 0

MLK-19517-08 brcmfmac: fix unused variable building warning message

The variable "wq_flags" is not used anymore. Remove it.

Signed-off-by: Wright Feng <wright.feng@cypress.com>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
pull/10/head
Wright Feng 2018-05-29 02:52:58 -05:00 committed by Jason Liu
parent d064cc70a3
commit 4c1029321a
1 changed files with 0 additions and 1 deletions

View File

@ -4365,7 +4365,6 @@ struct brcmf_sdio *brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev)
int ret;
struct brcmf_sdio *bus;
struct workqueue_struct *wq;
unsigned int wq_flags;
brcmf_dbg(TRACE, "Enter\n");