From 60670341ab6783e72ad38413eb9dc475e8965e69 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Mon, 10 Oct 2011 17:24:16 +0200 Subject: [PATCH] --- yaml --- r: 265136 b: refs/heads/master c: c9222ec92e6ac60a4624234b61cf848c237e8e0e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/ftdi_sio.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0030810a70bd..6e93793c6dcc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c75ccd481258d923216337955930ea49ea1a9a1a +refs/heads/master: c9222ec92e6ac60a4624234b61cf848c237e8e0e diff --git a/trunk/drivers/usb/serial/ftdi_sio.c b/trunk/drivers/usb/serial/ftdi_sio.c index 4cfc4cd4aae3..cb0ecd5b2e4b 100644 --- a/trunk/drivers/usb/serial/ftdi_sio.c +++ b/trunk/drivers/usb/serial/ftdi_sio.c @@ -1984,6 +1984,7 @@ static int ftdi_process_packet(struct tty_struct *tty, len -= 2; if (!len) return 0; /* status only */ + priv->icount.rx += len; ch = packet + 2; if (port->port.console && port->sysrq) {