Re: [patch V2 13/13] usb: atm: Replace in_interrupt() usage in comment

2020-10-19 Thread Duncan Sands
On 10/19/20 12:06 PM, Thomas Gleixner wrote: in_interrupt() is a pretty vague context description as it means: hard interrupt, soft interrupt or bottom half disabled regions. Replace the vague comment with a proper reasoning why spin_lock_irqsave() needs to be used. Signed-off-by: Ahmed S.

[patch V2 13/13] usb: atm: Replace in_interrupt() usage in comment

2020-10-19 Thread Thomas Gleixner
in_interrupt() is a pretty vague context description as it means: hard interrupt, soft interrupt or bottom half disabled regions. Replace the vague comment with a proper reasoning why spin_lock_irqsave() needs to be used. Signed-off-by: Ahmed S. Darwish Signed-off-by: Sebastian Andrzej Siewior