|
@@ -751,7 +751,6 @@ static void recv_interrupt(u16 port_int_reg, struct icom_port *icom_port)
|
|
trace(icom_port, "FID_STATUS", status);
|
|
trace(icom_port, "FID_STATUS", status);
|
|
count = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].leLength);
|
|
count = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].leLength);
|
|
|
|
|
|
- count = tty_buffer_request_room(tty, count);
|
|
|
|
trace(icom_port, "RCV_COUNT", count);
|
|
trace(icom_port, "RCV_COUNT", count);
|
|
|
|
|
|
trace(icom_port, "REAL_COUNT", count);
|
|
trace(icom_port, "REAL_COUNT", count);
|