Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29103
b: refs/heads/master
c: 9224a86
h: refs/heads/master
i:
  29101: fa45155
  29099: 10ae761
  29095: f06caff
  29087: c435b25
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Apr 2, 2006
1 parent 718906d commit 4fed771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 459c7266d7a5c1730169258217e25fdd1b7ca854
refs/heads/master: 9224a867c497053842dc595e594ca6d32112221f
5 changes: 1 addition & 4 deletions trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,11 +925,8 @@ static acpi_status hpet_resources(struct acpi_resource *res, void *data)
status = acpi_resource_to_address64(res, &addr);

if (ACPI_SUCCESS(status)) {
unsigned long size;

size = addr.maximum - addr.minimum + 1;
hdp->hd_phys_address = addr.minimum;
hdp->hd_address = ioremap(addr.minimum, size);
hdp->hd_address = ioremap(addr.minimum, addr.address_length);

if (hpet_is_known(hdp)) {
printk(KERN_DEBUG "%s: 0x%lx is busy\n",
Expand Down

0 comments on commit 4fed771

Please sign in to comment.