Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329113
b: refs/heads/master
c: a40695e
h: refs/heads/master
i:
  329111: fa507b0
v: v3
  • Loading branch information
Kent Yoder authored and James Morris committed Sep 12, 2012
1 parent ddbb6fe commit 7b921cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ddf6aa8cbc07764c7fe33cfdb8644ca5e828252
refs/heads/master: a40695edad6a69561b299272028c172e2d981666
4 changes: 2 additions & 2 deletions trunk/drivers/char/tpm/tpm_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int read_log(struct tpm_bios_log *log)
{
struct acpi_tcpa *buff;
acpi_status status;
struct acpi_table_header *virt;
void __iomem *virt;
u64 len, start;

if (log->bios_event_log != NULL) {
Expand Down Expand Up @@ -102,7 +102,7 @@ int read_log(struct tpm_bios_log *log)
return -EIO;
}

memcpy(log->bios_event_log, virt, len);
memcpy_fromio(log->bios_event_log, virt, len);

acpi_os_unmap_memory(virt, len);
return 0;
Expand Down

0 comments on commit 7b921cc

Please sign in to comment.