Re: [PATCH] USB:ehci:fix an interrupt calltrace error

2021-01-11 Thread liulongfang
On 2020/11/28 11:22, liulongfang Wrote: > On 2020/11/27 23:47, Alan Stern Wrote: >> On Fri, Nov 27, 2020 at 10:29:03AM +0800, liulongfang wrote: >>> On 2020/11/27 0:08, Alan Stern Wrote: On Thu, Nov 26, 2020 at 11:34:33AM +0800, Longfang Liu wrote: > The system goes to suspend when using U

Re: [PATCH] USB:ehci:fix an interrupt calltrace error

2020-11-28 Thread liulongfang
On 2020/11/27 23:47, Alan Stern Wrote: > On Fri, Nov 27, 2020 at 10:29:03AM +0800, liulongfang wrote: >> On 2020/11/27 0:08, Alan Stern Wrote: >>> On Thu, Nov 26, 2020 at 11:34:33AM +0800, Longfang Liu wrote: The system goes to suspend when using USB audio player. This causes the USB devi

Re: [PATCH] USB:ehci:fix an interrupt calltrace error

2020-11-27 Thread Alan Stern
On Fri, Nov 27, 2020 at 10:29:03AM +0800, liulongfang wrote: > On 2020/11/27 0:08, Alan Stern Wrote: > > On Thu, Nov 26, 2020 at 11:34:33AM +0800, Longfang Liu wrote: > >> The system goes to suspend when using USB audio player. This causes > >> the USB device continuous send interrupt signal to sys

Re: [PATCH] USB:ehci:fix an interrupt calltrace error

2020-11-26 Thread liulongfang
On 2020/11/27 0:08, Alan Stern Wrote: > On Thu, Nov 26, 2020 at 11:34:33AM +0800, Longfang Liu wrote: >> The system goes to suspend when using USB audio player. This causes >> the USB device continuous send interrupt signal to system, When the >> number of interrupts exceeds 10, the system will

Re: [PATCH] USB:ehci:fix an interrupt calltrace error

2020-11-26 Thread Alan Stern
On Thu, Nov 26, 2020 at 11:34:33AM +0800, Longfang Liu wrote: > The system goes to suspend when using USB audio player. This causes > the USB device continuous send interrupt signal to system, When the > number of interrupts exceeds 10, the system will forcibly close > the interrupts and output

[PATCH] USB:ehci:fix an interrupt calltrace error

2020-11-25 Thread Longfang Liu
The system goes to suspend when using USB audio player. This causes the USB device continuous send interrupt signal to system, When the number of interrupts exceeds 10, the system will forcibly close the interrupts and output a calltrace error. When the system goes to suspend, the last interru