f specifier to avoid the
seconds value being truncated.
The patch was build-tested / debugged by removing the
"if VERBOSE > SHOW_ERROR_MESSAGES" guards.
Signed-off-by: Tina Ruchandani
Suggested-by: Arnd Bergmann
--
Changes in v3:
Fix commit message
Changes in v2:
Changed prin
e than 8 digits and
use a different specifier from %li.
The patch was build-tested / debugged by removing the
"if VERBOSE > SHOW_ERROR_MESSAGES" guards.
Signed-off-by: Tina Ruchandani
Suggested-by: Arnd Bergmann
--
Changes in v2:
- Changed printf specifier as suggested by Arnd Bergman
int more than 8 digits and using
a different specifier from %li.
The patch was build-tested / debugged by removing the
"if VERBOSE > SHOW_ERROR_MESSAGES" guards.
Signed-off-by: Tina Ruchandani
---
drivers/net/wireless/intersil/prism54/isl_38xx.c | 29 +++-
1 file change
safe.
The patch also replaces do_gettimeofday() (wall-clock time) with
ktime_get() (monotonic time) since we only care about elapsed time here.
Signed-off-by: Tina Ruchandani
Suggested-by: Arnd Bergmnann
Suggested-by: David Miller
---
Changes in v7:
- Upodate variable names to remove mentions
>
> Therefore please adjust the variable name appropriately, thanks.
David,
Thanks for the feedback, I will send out a v3.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/major
code only uses the timestamps to compute a
small elapsed interval. This patch is part of a larger attempt to remove
instances of 32-bit timekeeping structures (timespec, timeval, time_t)
from the kernel so it is easier to identify where the real 2038 issues
are.
Signed-off-by: Tina Ruchandani
---
onds field is an overkill. This patch replaces
the use of struct timeval with time64_t to store a 64-bit seconds field.
Signed-off-by: Tina Ruchandani
---
net/atm/common.c | 2 +-
net/atm/mpc.c | 9 +
net/atm/mpoa_caches.c | 49
safe.
The patch also replaces do_gettimeofday() (wall-clock time) with
ktime_get() (monotonic time) since we only care about elapsed time here.
Signed-off-by: Tina Ruchandani
Suggested-by: Arnd Bergmnann
---
Changes in v6:
- Fix compilation errors caused by bad code editing
Changes in v5:
- Apply
safe.
The patch also replaces do_gettimeofday() (wall-clock time) with
ktime_get() (monotonic time) since we only care about elapsed time here.
Signed-off-by: Tina Ruchandani
Suggested-by: Arnd Bergmnann
---
drivers/isdn/mISDN/clock.c | 51 +-
include/lin
safe.
The patch also replaces do_gettimeofday (wall-clock time) with ktime_get
(monotonic time) since we only care about elapsed time here.
Signed-off-by: Tina Ruchandani
Suggested-by: Arnd Bergmnann
--
Changes in v4:
- Fix compile error (NS_PER_SEC -> NSEC_PER_SEC)
Changes in v3:
- Use divis
>
> This doesn't compile:
>
Oops, I sent an older version of the patch with a typo. I've correct
this in a v4. (NS_PER_SEC -> NSEC_PER_SEC). Thanks for taking a look
at this.
Tina
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kerne
safe.
The patch also replaces do_gettimeofday() (wall-clock time) with
ktime_get() (monotonic time) since we only care about elapsed time here.
Signed-off-by: Tina Ruchandani
Suggested-by: Arnd Bergmnann
--
Changes in v3:
- Use division scheme suggested by Arnd Bergmann to avoid
a (64-bit variable
12 matches
Mail list logo