Commit 21a49617 authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Marc Zyngier
Browse files

irqchip: gic-pm: Remove redundant error log of clock bulk

parent 75768e39
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -30,10 +30,8 @@ static int gic_runtime_resume(struct device *dev)
	int ret;

	ret = clk_bulk_prepare_enable(data->num_clocks, chip_pm->clks);
	if (ret) {
		dev_err(dev, "clk_enable failed: %d\n", ret);
	if (ret)
		return ret;
	}

	/*
	 * On the very first resume, the pointer to chip_pm->chip_data