Re: [PATCH] pci: dwc: add a check for resetting gpio

2018-12-31 Thread Bjorn Helgaas
Hi Kangjie, Thanks for the patch. On Tue, Dec 25, 2018 at 08:22:36PM -0600, Kangjie Lu wrote: > devm_gpio_request_one() could fail. The fix checks its status and issues > an error if it fails. > > Signed-off-by: Kangjie Lu > --- > drivers/pci/controller/dwc/pci-exynos.c | 9 ++--- > 1 file

[PATCH] pci: dwc: add a check for resetting gpio

2018-12-25 Thread Kangjie Lu
devm_gpio_request_one() could fail. The fix checks its status and issues an error if it fails. Signed-off-by: Kangjie Lu --- drivers/pci/controller/dwc/pci-exynos.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-exynos.c b/drivers/pci