From: Vitaliy Ivanov Date: Thu, 7 Jul 2011 11:10:40 +0000 (+0300) Subject: async: uninitialized warning corrections X-Git-Tag: v3.2-rc1~185^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124ff4e53ace98300bf7465e0285167a3df838d3;p=pandora-kernel.git 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 Signed-off-by: Konstantin Khlebnikov Signed-off-by: Viresh Kumar Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed