public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Type error in drivers/input/tsdev.c?
@ 2007-06-19  9:11 Fengwei Yin
  2007-06-19  9:28 ` Jiri Slaby
  0 siblings, 1 reply; 3+ messages in thread
From: Fengwei Yin @ 2007-06-19  9:11 UTC (permalink / raw)
  To: LKML

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-21 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-19  9:11 Type error in drivers/input/tsdev.c? Fengwei Yin
2007-06-19  9:28 ` Jiri Slaby
2007-06-21 19:54   ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox