Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
async: uninitialized warning corrections
The variables here are really not used uninitialized. kernel/async.c: In function 'async_synchronize_cookie_domain': kernel/async.c:270:10: warning: 'starttime.tv64' may be used uninitialized in this function kernel/async.c: In function 'async_run_entry_fn': kernel/async.c:122:10: warning: 'calltime.tv64' may be used uninitialized in this function Signed-off-by: Vitaliy Ivanov <[email protected]> Signed-off-by: Konstantin Khlebnikov <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
- Loading branch information