|
@@ -128,10 +128,8 @@ static int dwc3_exynos_probe(struct platform_device *pdev)
|
|
clk_prepare_enable(exynos->clk);
|
|
clk_prepare_enable(exynos->clk);
|
|
|
|
|
|
exynos->susp_clk = devm_clk_get(dev, "usbdrd30_susp_clk");
|
|
exynos->susp_clk = devm_clk_get(dev, "usbdrd30_susp_clk");
|
|
- if (IS_ERR(exynos->susp_clk)) {
|
|
|
|
- dev_info(dev, "no suspend clk specified\n");
|
|
|
|
|
|
+ if (IS_ERR(exynos->susp_clk))
|
|
exynos->susp_clk = NULL;
|
|
exynos->susp_clk = NULL;
|
|
- }
|
|
|
|
clk_prepare_enable(exynos->susp_clk);
|
|
clk_prepare_enable(exynos->susp_clk);
|
|
|
|
|
|
if (of_device_is_compatible(node, "samsung,exynos7-dwusb3")) {
|
|
if (of_device_is_compatible(node, "samsung,exynos7-dwusb3")) {
|