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

* Re: Type error in drivers/input/tsdev.c?
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Slaby @ 2007-06-19  9:28 UTC (permalink / raw)
  To: Fengwei Yin; +Cc: LKML, James Simmons

Fengwei Yin napsal(a):
> 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?

Seems so. James CCed.

regards,
-- 
http://www.fi.muni.cz/~xslaby/            Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E

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

* Re: Type error in drivers/input/tsdev.c?
  2007-06-19  9:28 ` Jiri Slaby
@ 2007-06-21 19:54   ` James Simmons
  0 siblings, 0 replies; 3+ messages in thread
From: James Simmons @ 2007-06-21 19:54 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: Fengwei Yin, LKML


> Fengwei Yin napsal(a):
> > 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?
> 
> Seems so. James CCed.

Thats my old email address. Tsdev is schedule for deletion.


^ 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