Skip to content

Commit

Permalink
wireless/bcm43xxx: Don't call bcmf_board_setup_oob_irq in bcmf_sdio_t…
Browse files Browse the repository at this point in the history
…hread

since oob irq is already setup in bcmf_bus_setup_interrupts, it waste
time and energy to do the same thing repeatly in the work thread.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
  • Loading branch information
xiaoxiang781216 authored and anchao committed Jun 17, 2022
1 parent 2992b10 commit 0de089e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,10 +953,6 @@ int bcmf_sdio_thread(int argc, char **argv)
continue;
}

/* Re-configure the board GPIO interrupt pin */

bcmf_board_setup_oob_irq(sbus->minor, bcmf_oob_irq, (void *)sbus);

/* If we're done for now, turn off clock request. */

#if 0
Expand Down

0 comments on commit 0de089e

Please sign in to comment.