summary refs log tree commit diff
path: root/drivers/pci
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-02-23 12:29:49 +0000
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2018-02-23 13:58:42 +0000
commit38b35992b7d2729095a6e78a0f06f2f04c5a4e90 (patch)
tree50ff360fdfd58c04d9f066f10da40ddf8530b505 /drivers/pci
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
downloadlinux-38b35992b7d2729095a6e78a0f06f2f04c5a4e90.tar.gz
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: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/host/pci-rcar-gen2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-rcar-gen2.c b/drivers/pci/host/pci-rcar-gen2.c
index a28370bb2b2a..dd4f1a6b57c5 100644
--- a/drivers/pci/host/pci-rcar-gen2.c
+++ b/drivers/pci/host/pci-rcar-gen2.c
@@ -53,7 +53,6 @@
 #define RCAR_PCI_INT_PME		(1 << 19)
 #define RCAR_PCI_INT_ALLERRORS (RCAR_PCI_INT_SIGTABORT		| \
 				RCAR_PCI_INT_SIGRETABORT	| \
-				RCAR_PCI_INT_SIGRETABORT	| \
 				RCAR_PCI_INT_REMABORT		| \
 				RCAR_PCI_INT_PERR		| \
 				RCAR_PCI_INT_SIGSERR		| \