commit | 4a56e413b50c11df35e6c6909312ce7418848b37 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Mar 22 16:08:07 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Mar 23 13:39:13 2017 +0100 |
tree | 0450e50790fd6d3e4ce6bcf8e760d440e36f59ec | |
parent | 96530b3777a7852222ca5ffa5eb20afed1be13bf [diff] |
usb: dwc3: pci: Switch to devm_acpi_dev_add_driver_gpios() Switch to use managed variant of acpi_dev_add_driver_gpios() to simplify error path and fix potentially wrong assignment if ->probe() fails. While here, add a debug message in case assignment fails to allow user see the cause of a potential issue. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>