Re: [patch V2 06/13] usb: host: isp1362: Replace in_interrupt() usage

2020-10-28 Thread Greg Kroah-Hartman
On Mon, Oct 19, 2020 at 12:06:35PM +0200, Thomas Gleixner wrote: > isp1362_show_regs() is a debugging-only function, with no call sites. It > prints the cached value of the HCuPINTENB register if in_interupt() is > true, otherwise it reads the actual register content. > > The usage of in_interrupt

[patch V2 06/13] usb: host: isp1362: Replace in_interrupt() usage

2020-10-19 Thread Thomas Gleixner
isp1362_show_regs() is a debugging-only function, with no call sites. It prints the cached value of the HCuPINTENB register if in_interupt() is true, otherwise it reads the actual register content. The usage of in_interrupt() in drivers is phased out and Linus clearly requested that code which cha