On 10-02-26 02:42 PM, Kumar Gala wrote: > > On Feb 26, 2010, at 1:25 PM, Paul Gortmaker wrote: > [...] >> >> + if ((up->bugs& UART_BUG_PPC)&& (status == UART_LSR_RFE_ERROR_BITS)) { >> + spin_unlock_irqrestore(&up->port.lock, flags); >> + return; >> + } >> + [...] > > is there harm caused if we have SERIAL_8250_PPC_BUG set and dont need it? In theory, no -- strip away all the window dressing and we are left with the above change. So, you'd have to have some UART implementation that was setting those bits and still relying on its interrupt event to be processed normally. But since there are so many different 8250 implementations out there, I was being cautious and taking the absolute safe approach. P. > > - k -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html