[PATCH] libata: wrong sizeof for BUFFER
authorFiodor Suietov <fiodor.f.suietov@intel.com>
Tue, 19 Dec 2006 20:33:20 +0000 (12:33 -0800)
committerJeff Garzik <jeff@garzik.org>
Fri, 16 Feb 2007 18:32:41 +0000 (13:32 -0500)
commit9de1cc9c446d39546a3d9dd6f7d99a980a7ecc22
tree04ef6996082fe234643f483c61d552b5fc56d159
parent08573a86c8da1379b4f341ab4781bb7c8685d5b6
[PATCH] libata: wrong sizeof for BUFFER

I have reproduced the AE_AML_BUFFER_LIMIT exception mentioned in
<http://bugzilla.kernel.org/show_bug.cgi?id=7689> basing on the SSDT ASL
code and libata ata_acpi_push_id() code.  There is an oversight in
ata_acpi_push_id() causing the exception.  The following update fixes it:

Signed-off-by: Fiodor Suietov <fiodor.f.suietov@intel.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Tejun Heo <htejun@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-acpi.c