Re: [PATCH] PCI: dwc: fix error return code in dw_pcie_host_init()

2020-11-16 Thread wanghai (M)
在 2020/11/17 9:49, Jisheng Zhang 写道: On Mon, 16 Nov 2020 21:50:23 +0800 Wang Hai wrote: Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. good catch. Fixes: 07940c369a6b ("PCI: dwc: Fix MSI page leakage in suspend/resume")

Re: [PATCH] PCI: dwc: fix error return code in dw_pcie_host_init()

2020-11-16 Thread Jisheng Zhang
On Mon, 16 Nov 2020 21:50:23 +0800 Wang Hai wrote: > > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. good catch. > > Fixes: 07940c369a6b ("PCI: dwc: Fix MSI page leakage in suspend/resume") > Reported-by: Hulk Robot >