]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Wrong args to memset in efi_gettimeofday()
authorLi Zefan <lizf@cn.fujitsu.com>
Tue, 6 Nov 2007 21:40:39 +0000 (13:40 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 6 Nov 2007 21:40:39 +0000 (13:40 -0800)
commit1be8c3b7ab0834b6fb08b9ac90fb1288aa6d7c13
tree62e78c1d22dc58aa21bcd00309df3675f4332d04
parent0fc8776316db3730721eb140a968f0a338c68dc0
[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 <lizf@cn.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/efi.c