Re: [PATCH v1 1/5] bus: mhi: core: Remove the system error worker thread

2020-05-11 Thread Manivannan Sadhasivam
On Mon, May 11, 2020 at 07:03:05PM -0700, Hemant Kumar wrote: > Remove the system error worker thread and instead have the > execution environment worker handle that transition to serialize > processing and avoid any possible race conditions during > shutdown. > > Signed-off-by: Hemant Kumar > Re

[PATCH v1 1/5] bus: mhi: core: Remove the system error worker thread

2020-05-11 Thread Hemant Kumar
Remove the system error worker thread and instead have the execution environment worker handle that transition to serialize processing and avoid any possible race conditions during shutdown. Signed-off-by: Hemant Kumar Reviewed-by: Jeffrey Hugo --- drivers/bus/mhi/core/init.c | 2 +- drive