diff options
author | Ross Zwisler <ross.zwisler@linux.intel.com> | 2018-02-27 10:29:50 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2018-03-06 11:05:08 -0800 |
commit | d7d8464dcc27dfc9d0d23c7924b2e6f4bb16c6c2 (patch) | |
tree | 7d7d2ce59554fa3c46542ec2f274cd7190e7e5be /drivers/acpi/x86/apple.c | |
parent | 6daaca522ab464d32419aea61dd1b41dc1c71dba (diff) |
nfit_test: improve structure offset handling
In nfit_test0_setup() and nfit_test1_setup() we keep an 'offset' value
which we use to calculate where in our 'nfit_buf' we will place our next
structure. The handling of 'offset' and the calculation of the placement
of the next structure is a bit inconsistent, though. We don't update
'offset' after we insert each structure, sometimes causing us to update it
for multiple structures' sizes at once. When calculating the position of
the next structure we aren't always able to just use 'offset', but
sometimes have to add in other structure sizes as well.
Fix this by updating 'offset' after each structure insertion in a
consistent way, allowing us to always calculate the position of the next
structure to be inserted by just using 'nfit_buf + offset'.
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/acpi/x86/apple.c')
0 files changed, 0 insertions, 0 deletions