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

There is error log in clk_bulk_prepare/enable()

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1617937474-24630-1-git-send-email-chunfeng.yun@mediatek.com
This commit is contained in:
Chunfeng Yun 2021-04-09 11:04:34 +08:00 коммит произвёл Marc Zyngier
Родитель 75768e391f
Коммит 21a496179c
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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