Re: [PATCH v1 4/5] bus: mhi: core: Do not process SYS_ERROR if RDDM is supported

2020-05-11 Thread Manivannan Sadhasivam
On Mon, May 11, 2020 at 07:03:08PM -0700, Hemant Kumar wrote: > Devices that support RDDM do not require processing SYS_ERROR as it is > deemed redundant. Avoid SYS_ERROR processing if RDDM is supported by > the device. > > Signed-off-by: Hemant Kumar > Reviewed-by: Jeffrey Hugo Reviewed-by: Ma

[PATCH v1 4/5] bus: mhi: core: Do not process SYS_ERROR if RDDM is supported

2020-05-11 Thread Hemant Kumar
Devices that support RDDM do not require processing SYS_ERROR as it is deemed redundant. Avoid SYS_ERROR processing if RDDM is supported by the device. Signed-off-by: Hemant Kumar Reviewed-by: Jeffrey Hugo --- drivers/bus/mhi/core/main.c | 11 --- 1 file changed, 8 insertions(+), 3 dele