提交 5e11d16c 编写于 作者: M Mars Cheng 提交者: Marc Zyngier

irqchip/mtk-sysirq: Remove unnecessary barrier when configuring trigger

This prevent unnecessary visibility when configuring trigger type
Signed-off-by: NMars Cheng <mars.cheng@mediatek.com>
Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
上级 13683f9b
......@@ -57,7 +57,7 @@ static int mtk_sysirq_set_type(struct irq_data *data, unsigned int type)
value &= ~(1 << offset);
}
writel(value, base + reg_index * 4);
writel_relaxed(value, base + reg_index * 4);
data = data->parent_data;
ret = data->chip->irq_set_type(data, type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册