[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ab18d8520706190211v1a5b4a17u57d0927400e15a5e@mail.gmail.com>
Date: Tue, 19 Jun 2007 17:11:40 +0800
From: "Fengwei Yin" <yfw.kernel@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Subject: Type error in drivers/input/tsdev.c?
Hi,
In function tsdev_event() of drivers/input/tsdev.c,
conversion from usec to milisec is like:
client->event[client->head].millisecs =
time.tv_usec / 100;
~~~~~~ should be 1000?
Regards
Yin, Fengwei
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists