Re: posix_cpu_timer: initialize "now" variable

2013-04-04 Thread Frederic Weisbecker
2013/4/4 Arnd Bergmann : > Patch 6d0e025 "posix_cpu_timer: consolidate expiry time type" in linux-next > introduces a new compiler warning: > > kernel/posix-cpu-timers.c: In function 'posix_cpu_timer_schedule': > kernel/posix-cpu-timers.c:1127:19: warning: 'now' may be used uninitialized > in this

posix_cpu_timer: initialize "now" variable

2013-04-04 Thread Arnd Bergmann
Patch 6d0e025 "posix_cpu_timer: consolidate expiry time type" in linux-next introduces a new compiler warning: kernel/posix-cpu-timers.c: In function 'posix_cpu_timer_schedule': kernel/posix-cpu-timers.c:1127:19: warning: 'now' may be used uninitialized in this function [-Wmaybe-uninitialized]