Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759681AbXFUTyw (ORCPT ); Thu, 21 Jun 2007 15:54:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758257AbXFUTyT (ORCPT ); Thu, 21 Jun 2007 15:54:19 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:40101 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758204AbXFUTyS (ORCPT ); Thu, 21 Jun 2007 15:54:18 -0400 Date: Thu, 21 Jun 2007 20:54:16 +0100 (BST) From: James Simmons To: Jiri Slaby cc: Fengwei Yin , LKML Subject: Re: Type error in drivers/input/tsdev.c? In-Reply-To: <4677A1C0.7020103@gmail.com> Message-ID: References: <4677A1C0.7020103@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 591 Lines: 18 > 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. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/