The 'intr_modem' variable was used only for increasing.
So the 'intr_modem' variable is not useful for this driver.
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
                /* CTS/RTS change of state */
                if (isr & UART_IIR_CTSRTS) {
-                       brd->intr_modem++;
                        ch->ch_intr_modem++;
                        /*
                         * Don't need to do anything, the cls_parse_modem
 
        uint            nasync;         /* Number of ports on card */
 
        uint            irq;            /* Interrupt request number */
-       ulong           intr_modem;     /* Count of interrupts */
        ulong           intr_tx;        /* Count of interrupts */
        ulong           intr_rx;        /* Count of interrupts */
 
 
                         * If we get here, this means the hardware is doing auto flow control.
                         * Check to see whether RTS/DTR or CTS/DSR caused this interrupt.
                         */
-                       brd->intr_modem++;
                        ch->ch_intr_modem++;
                        cause = readb(&ch->ch_neo_uart->mcr);
                        /* Which pin is doing auto flow? RTS or DTR? */