]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
bus: mhi: core: Do not process SYS_ERROR if RDDM is supported
authorHemant Kumar <hemantk@codeaurora.org>
Thu, 21 May 2020 17:02:47 +0000 (22:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2020 07:35:44 +0000 (09:35 +0200)
commit30b7892417c50a05bf4a2ad56c2e1355d4d1404a
tree90f5f2a0f6bfe227d0c2a22f1c0e228373768f90
parentada5e1def5da623cbf5709c921fd22cc321cd233
bus: mhi: core: Do not process SYS_ERROR if RDDM is supported

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 <hemantk@codeaurora.org>
Reviewed-by: Jeffrey Hugo <jhugo@codeaurora.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200521170249.21795-13-manivannan.sadhasivam@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bus/mhi/core/main.c