commit | a40695edad6a69561b299272028c172e2d981666 | [log] [tgz] |
---|---|---|
author | Kent Yoder <key@linux.vnet.ibm.com> | Tue Sep 04 11:18:21 2012 -0500 |
committer | James Morris <james.l.morris@oracle.com> | Wed Sep 12 13:18:31 2012 +1000 |
tree | 6712703f4f6c89fc47b42bf7fcf6a672810b1603 | |
parent | 9ddf6aa8cbc07764c7fe33cfdb8644ca5e828252 [diff] |
tpm: fix tpm_acpi sparse warning on different address spaces acpi_os_map_memory expects its return value to be in the __iomem address space. Tag the variable we're using as such and use memcpy_fromio to avoid further sparse warnings. Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com> Signed-off-by: James Morris <james.l.morris@oracle.com>