diff options
Diffstat (limited to 'include/linux/serial_sci.h')
| -rw-r--r-- | include/linux/serial_sci.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h index 12cf50c1c047..42620f1dce82 100644 --- a/include/linux/serial_sci.h +++ b/include/linux/serial_sci.h | |||
| @@ -107,10 +107,10 @@ enum { | |||
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | #define SCIx_IRQ_IS_MUXED(port) \ | 109 | #define SCIx_IRQ_IS_MUXED(port) \ |
| 110 | ((port)->cfg->irqs[SCIx_ERI_IRQ] == \ | 110 | ((port)->irqs[SCIx_ERI_IRQ] == \ |
| 111 | (port)->cfg->irqs[SCIx_RXI_IRQ]) || \ | 111 | (port)->irqs[SCIx_RXI_IRQ]) || \ |
| 112 | ((port)->cfg->irqs[SCIx_ERI_IRQ] && \ | 112 | ((port)->irqs[SCIx_ERI_IRQ] && \ |
| 113 | !(port)->cfg->irqs[SCIx_RXI_IRQ]) | 113 | ((port)->irqs[SCIx_RXI_IRQ] < 0)) |
| 114 | /* | 114 | /* |
| 115 | * SCI register subset common for all port types. | 115 | * SCI register subset common for all port types. |
| 116 | * Not all registers will exist on all parts. | 116 | * Not all registers will exist on all parts. |
