On 9/27/2020 9:49 PM, Thomas Gleixner wrote:
From: Sebastian Andrzej Siewior <bige...@linutronix.de>

brcmf_sdio_isr() is using in_interrupt() to distinguish if it is called
from a interrupt service routine or from a worker thread.

Passing such information from the calling context is preferred and
requested by Linus, so add an argument `in_isr' to brcmf_sdio_isr() and let
the callers pass the information about the calling context.

After getting confirmation here is my ...

Reviewed-by: Arend van Spriel <arend.vanspr...@broadcom.com>
Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
Signed-off-by: Thomas Gleixner <t...@linutronix.de>
Cc: Arend van Spriel <arend.vanspr...@broadcom.com>
Cc: Franky Lin <franky....@broadcom.com>
Cc: Hante Meuleman <hante.meule...@broadcom.com>
Cc: Chi-Hsien Lin <chi-hsien....@cypress.com>
Cc: Wright Feng <wright.f...@cypress.com>
Cc: Kalle Valo <kv...@codeaurora.org>
Cc: "David S. Miller" <da...@davemloft.net>
Cc: Jakub Kicinski <k...@kernel.org>
Cc: linux-wirel...@vger.kernel.org
Cc: brcm80211-dev-list....@broadcom.com
Cc: brcm80211-dev-l...@cypress.com
Cc: net...@vger.kernel.org
---
  drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c |    4 ++--
  drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c   |    4 ++--
  drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.h   |    2 +-
  3 files changed, 5 insertions(+), 5 deletions(-)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to