提交 7b626d93 编写于 作者: R Ralf Baechle

MIPS: GIC: Remove useless parens from GICBIS().

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 014365f5
......@@ -49,7 +49,7 @@
#endif
#define GICBIS(reg, mask, bits) \
do { u32 data; \
GICREAD((reg), data); \
GICREAD(reg, data); \
data &= ~(mask); \
data |= ((bits) & (mask)); \
GICWRITE((reg), data); \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册