iphase: Fix 64bit warning.
authorAlan Cox <alan@redhat.com>
Thu, 15 May 2008 06:28:47 +0000 (23:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 May 2008 06:28:47 +0000 (23:28 -0700)
Time is unsigned long (except when you are in a hurry) so we need to
store rx_tmp_jif in the right sized object.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found