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

2020-10-14 Thread kernel test robot
Hi Thomas, I love your patch! Yet something to improve: [auto build test ERROR on usb/usb-testing] [also build test ERROR on usb-serial/usb-next balbi-usb/testing/next v5.9 next-20201013] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we sugges

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

2020-10-14 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