]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: dwc3: exynos: Handle return value of clk_prepare_enable
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 12 Jun 2017 10:53:31 +0000 (16:23 +0530)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 15 Jun 2017 08:10:27 +0000 (11:10 +0300)
commitece7af5f787ee94ef4a8adb5cd9c40d6f475a7ba
tree5b7a612d4836a0d6207790971af123338090fa7f
parent0e1b89e54ddac207e73c9b3e0cd9d4e431509a24
usb: dwc3: exynos: Handle return value of clk_prepare_enable

clk_prepare_enable() can fail here and we must check its return value.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/dwc3-exynos.c