ACPICA: Add FADT error message for GAS BitWidth overflow
authorBob Moore <robert.moore@intel.com>
Tue, 22 May 2012 08:35:00 +0000 (16:35 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 1 Jun 2012 15:51:53 +0000 (11:51 -0400)
commit66be71ff477389ff12c9c43dc6ee176cf8e1dd3a
tree23ab26563ea17c99694235009e8126d358f95301
parentbd6f10a5f984e48cb56a39f2698cd58e7a33d56b
ACPICA: Add FADT error message for GAS BitWidth overflow

Error for possible overflow during conversion from 32-bit legacy
register addresses to GAS format. The GAS struct contains a
one-byte BitWidth field, meaning that the maximum length of a
register is 255 bits. ACPICA BZ 953.

https://www.acpica.org/bugzilla/show_bug.cgi?id=953

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/tbfadt.c