diff options
author | Bob Moore <robert.moore@intel.com> | 2008-04-10 11:06:44 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-22 19:09:25 -0400 |
commit | 66d3ca9ea28e1b3d591083772fd797b9b46410b8 (patch) | |
tree | 71d34c39cd081e4fe46e024023d3146c8fc9fff3 /drivers/acpi/resources/rsio.c | |
parent | d8846574ed4a81be319bf68728f9cca9af595afd (diff) |
ACPICA: Fixes for size of StartDependent resource descriptor
Fixed a couple of size calculation issues with the variable-length
Start Dependent resource descriptor.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/resources/rsio.c')
-rw-r--r-- | drivers/acpi/resources/rsio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/resources/rsio.c b/drivers/acpi/resources/rsio.c index 50f3acdd9c8e..610d7c2101f2 100644 --- a/drivers/acpi/resources/rsio.c +++ b/drivers/acpi/resources/rsio.c | |||
@@ -268,7 +268,7 @@ struct acpi_rsconvert_info acpi_rs_set_start_dpf[10] = { | |||
268 | 268 | ||
269 | /* Reset length to 1 byte (descriptor with flags byte) */ | 269 | /* Reset length to 1 byte (descriptor with flags byte) */ |
270 | 270 | ||
271 | {ACPI_RSC_LENGTH, 0, 0, sizeof(struct aml_resource_irq)}, | 271 | {ACPI_RSC_LENGTH, 0, 0, sizeof(struct aml_resource_start_dependent)}, |
272 | 272 | ||
273 | /* | 273 | /* |
274 | * All done if flags byte is necessary -- if either priority value | 274 | * All done if flags byte is necessary -- if either priority value |