Type error in drivers/input/tsdev.c?

From: Fengwei Yin
Date: Tue Jun 19 2007 - 05:11:50 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/