Re: [patch V2 27/36] net: brcmfmac: Convey allocation mode as argument

2020-09-29 Thread Arend Van Spriel
On 9/29/2020 10:25 PM, Thomas Gleixner wrote: From: Sebastian Andrzej Siewior The usage of in_interrupt() in drivers is phased out and Linus clearly requested that code which changes behaviour depending on context should either be seperated or the context be conveyed in an argument passed by

[patch V2 27/36] net: brcmfmac: Convey allocation mode as argument

2020-09-29 Thread Thomas Gleixner
From: Sebastian Andrzej Siewior The usage of in_interrupt() in drivers is phased out and Linus clearly requested that code which changes behaviour depending on context should either be seperated or the context be conveyed in an argument passed by the caller, which usually knows the context.