mbox series

[0/2] Two minor USB related fixes

Message ID 20191128134358.3880498-1-bryan.odonoghue@linaro.org (mailing list archive)
Headers show
Series Two minor USB related fixes | expand

Message

Bryan O'Donoghue Nov. 28, 2019, 1:43 p.m. UTC
This set contains two minor USB related fixes.

The first patch fixes usb-conn-gpio. We should not print out an error
message when trying to get a handle to a VBUS regulator, if it is a simple
deferral.

The second patch fixes the description of the USB connector bindings. It
reads a little funny lacking indefinite articles.

Bryan O'Donoghue (2):
  usb: common: usb-conn-gpio: Don't log an error on probe deferral
  dt-bindings: connector: Improve the english of the initial description

 Documentation/devicetree/bindings/connector/usb-connector.txt | 4 ++--
 drivers/usb/common/usb-conn-gpio.c                            | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)