Commit 38b35992 authored by Colin Ian King's avatar Colin Ian King Committed by 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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment