From: Jiang Liu Date: Wed, 7 Mar 2012 14:15:06 +0000 (+0800) Subject: ACPI, APEI, Fix ERST header length check X-Git-Tag: v3.4-rc1~18^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed28f2ed43ece424ff2fa4dedac7928bb37a23a;p=pandora-kernel.git ACPI, APEI, Fix ERST header length check This fixes a trivial copy & paste error in ERST header length check. It's just for future safety because sizeof(struct acpi_table_einj) equals to sizeof(struct acpi_table_erst) with current ACPI5.0 specification. It applies to v3.3-rc6. Signed-off-by: Jiang Liu Acked-by: Huang Ying Signed-off-by: Len Brown --- Reading git-diff-tree failed