git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d0a6e4
)
[IA64] Wrong args to memset in efi_gettimeofday()
author
Li Zefan
<lizf@cn.fujitsu.com>
Tue, 6 Nov 2007 21:40:39 +0000
(13:40 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 6 Nov 2007 21:40:39 +0000
(13:40 -0800)
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>
No differences found