From: Thomas Gleixner Date: Wed, 14 Nov 2007 12:20:48 +0000 (+0100) Subject: x86: fix bogus memcpy in es7000_check_dsdt() X-Git-Tag: v2.6.24-rc4~114^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142d0a674d50b53366bd5ea02d7093d04960744e;p=pandora-kernel.git x86: fix bogus memcpy in es7000_check_dsdt() 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 Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed