From: Dinh Nguyen Date: Mon, 24 Nov 2014 17:02:11 +0000 (-0600) Subject: usb: dwc2: remove early return on clock query X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~32^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f415fbd17f0438913339fd043779f306ee3587b0;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed