commit | 38276090ee7fda6b31cac638d8c5f4fb61f57b0b | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Thu Apr 12 10:13:50 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Apr 21 18:38:56 2018 +0200 |
tree | 436b866d812e2f853631d5b65a8a46cfeb6fe656 | |
parent | cc73ba97c008e96df5799dc37acbb04344fb3ac6 [diff] |
usb: dwc3-of-simple: fix error check of clk_get_bulk when disabled The disabled clk API returns -ENOSYS unlike the reset API returning -ENOTSUPP. Fixes: ca7fdc8b1267 ("usb: host: Add simple of glue driver for DWC3 USB Controllers integration") Reported-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>