提交 38b35992 编写于 作者: C Colin Ian King 提交者: Lorenzo Pieralisi

PCI: rcar-gen2: Remove duplicated bit-wise or of RCAR_PCI_INT_SIGRETABORT

Bit pattern RCAR_PCI_INT_SIGRETABORT is being bit-wise or'd twice;
remove the redundant 2nd RCAR_PCI_INT_SIGRETABORT.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
上级 7928b2cb
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#define RCAR_PCI_INT_B (1 << 17) #define RCAR_PCI_INT_B (1 << 17)
#define RCAR_PCI_INT_PME (1 << 19) #define RCAR_PCI_INT_PME (1 << 19)
#define RCAR_PCI_INT_ALLERRORS (RCAR_PCI_INT_SIGTABORT | \ #define RCAR_PCI_INT_ALLERRORS (RCAR_PCI_INT_SIGTABORT | \
RCAR_PCI_INT_SIGRETABORT | \
RCAR_PCI_INT_SIGRETABORT | \ RCAR_PCI_INT_SIGRETABORT | \
RCAR_PCI_INT_REMABORT | \ RCAR_PCI_INT_REMABORT | \
RCAR_PCI_INT_PERR | \ RCAR_PCI_INT_PERR | \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册