Alexey Starikovskiy 2060c44576 ACPI: EC: Limit burst to 64 bits
access_bit_width field is u8 in ACPICA, thus 256 value written to it
becomes 0, causing divide by zero later.

Proper fix would be to remove access_bit_width at all, just because
we already have access_byte_width, which is access_bit_width / 8.
Limit access width to 64 bit for now.

https://bugzilla.kernel.org/show_bug.cgi?id=15749
fixes regression caused by the fix for:
https://bugzilla.kernel.org/show_bug.cgi?id=14667

Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
2010-04-16 15:36:54 -04:00
..
2010-04-16 15:36:54 -04:00
2009-10-06 13:55:56 -04:00
2010-03-08 16:55:37 +01:00
2010-03-17 13:14:13 -04:00
2010-01-28 01:47:33 -05:00
2010-01-28 01:47:33 -05:00
2010-01-16 15:56:43 -05:00
2010-01-16 15:56:43 -05:00
2010-02-18 03:49:38 -05:00