From: Chunfeng Yun Date: Fri, 9 Apr 2021 03:04:34 +0000 (+0800) Subject: irqchip: gic-pm: Remove redundant error log of clock bulk X-Git-Tag: v5.15~729^2^2~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21a496179c6e3a9fc03d1296b36afd14046db88f;p=platform%2Fkernel%2Flinux-starfive.git irqchip: gic-pm: Remove redundant error log of clock bulk There is error log in clk_bulk_prepare/enable() Signed-off-by: Chunfeng Yun Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/1617937474-24630-1-git-send-email-chunfeng.yun@mediatek.com --- diff --git a/drivers/irqchip/irq-gic-pm.c b/drivers/irqchip/irq-gic-pm.c index 1337cec..b60e185 100644 --- a/drivers/irqchip/irq-gic-pm.c +++ b/drivers/irqchip/irq-gic-pm.c @@ -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