commit | f415fbd17f0438913339fd043779f306ee3587b0 | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@opensource.altera.com> | Mon Nov 24 11:02:11 2014 -0600 |
committer | Felipe Balbi <balbi@ti.com> | Tue Nov 25 08:47:05 2014 -0600 |
tree | 05a66357e4eadba4db162af6ef734f0284ca94ee | |
parent | da9f3289c74f93b63c5ca741caa4e2d728ccafba [diff] |
usb: dwc2: remove early return on clock query Since we have assigned clk=NULL, which is a valid clk, we should not be returning when a clock node is not provide. Instead, we should return only when we cannot enable the clock. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> Signed-off-by: Felipe Balbi <balbi@ti.com>