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:
d9f8bcb
)
x86: fix bogus memcpy in es7000_check_dsdt()
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 14 Nov 2007 12:20:48 +0000
(13:20 +0100)
committer
Thomas Gleixner
<tglx@apollo.(none)>
Sat, 17 Nov 2007 15:27:00 +0000
(16:27 +0100)
es7000_check_dst() contains a memcpy from 0, which probably should have been
a memset. Remove it and check the retunr value from acpi_get_table_header.
Noticed by: Joe Perches <joe@perches.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found