Message ID | 1545891873-84150-1-git-send-email-peng.hao2@zte.com.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm/mach-iop13xx: remove duplicated argument in define | expand |
diff --git a/arch/arm/mach-iop13xx/pci.h b/arch/arm/mach-iop13xx/pci.h index 736168d..c6a0678 100644 --- a/arch/arm/mach-iop13xx/pci.h +++ b/arch/arm/mach-iop13xx/pci.h @@ -23,7 +23,6 @@ #define IOP_PCI_STATUS_ERROR (PCI_STATUS_PARITY | \ PCI_STATUS_SIG_TARGET_ABORT | \ PCI_STATUS_REC_TARGET_ABORT | \ - PCI_STATUS_REC_TARGET_ABORT | \ PCI_STATUS_REC_MASTER_ABORT | \ PCI_STATUS_SIG_SYSTEM_ERROR | \ PCI_STATUS_DETECTED_PARITY)
Remove duplicated PCI_STATUS_REC_TARGET_ABORT. Signed-off-by: Peng Hao <peng.hao2@zte.com.cn> --- arch/arm/mach-iop13xx/pci.h | 1 - 1 file changed, 1 deletion(-)