From: Li Zefan Date: Tue, 6 Nov 2007 21:40:39 +0000 (-0800) Subject: [IA64] Wrong args to memset in efi_gettimeofday() X-Git-Tag: v2.6.24-rc3~169^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b07ae9b9d7b05a63e3ece32a666041949b7f421;p=pandora-kernel.git [IA64] Wrong args to memset in efi_gettimeofday() Not sizeof(ptr) ... we meant to say sizeof(*ptr). Also moved the memset to the error path (the normal path overwrites every field in the structure anyway) -Tony Signed-off-by: Li Zefan Signed-off-by: Tony Luck --- Reading git-diff-tree failed