]> git.karo-electronics.de Git - linux-beck.git/commit
usb: dwc2: gadget: Do not fail probe if there isn't a clock node
authorDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 11 Nov 2014 17:13:38 +0000 (11:13 -0600)
committerFelipe Balbi <balbi@ti.com>
Fri, 14 Nov 2014 20:59:52 +0000 (14:59 -0600)
commit8d736d8a9c44547f14711c52875c88d19d8b287b
treec8080df10fd2e233203b6f2e97a902af0991e7f3
parentdb8178c33dbe9aba5e2c5d323625f9e6da55d7e6
usb: dwc2: gadget: Do not fail probe if there isn't a clock node

Since the dwc2 hcd driver is currently not looking for a clock node during
init, we should not completely fail if there isn't a clock provided.
By assigning clk = NULL, this allows the driver, when configured for dual-role
mode, to be able to continue loading the host portion of the driver when
a clock node is not specified.

Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc2/gadget.c