Re: [patch V2 11/13] usb: gadget: udc: Remove in_interrupt()/in_irq() from comments

2020-10-19 Thread Alan Stern
On Mon, Oct 19, 2020 at 12:06:40PM +0200, Thomas Gleixner wrote: > From: Ahmed S. Darwish > > The usage of in_irq()/in_interrupt() in drivers is phased out for various > reasons. > > The context description for usb_gadget_giveback_request() is misleading as > in_interupt() means: hard interrupt

[patch V2 11/13] usb: gadget: udc: Remove in_interrupt()/in_irq() from comments

2020-10-19 Thread Thomas Gleixner
From: Ahmed S. Darwish The usage of in_irq()/in_interrupt() in drivers is phased out for various reasons. The context description for usb_gadget_giveback_request() is misleading as in_interupt() means: hard interrupt or soft interrupt or bottom half disabled regions. But it's also invoked from t