Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11910
b: refs/heads/master
c: 3d5640d
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Linus Torvalds committed Oct 31, 2005
1 parent c7d2277 commit 3b12ac4
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: 7522e4ecdfdf86b9816f06d55766a6f88baa0348
refs/heads/master: 3d5640d1c7584689227256beeb63354c9a5baf2d
4 changes: 2 additions & 2 deletions trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static int hpet_ioctl_ieon(struct hpet_dev *devp)
}

if (devp->hd_flags & HPET_SHARED_IRQ) {
isr = 1 << (devp - hpets->hp_dev);
isr = 1 << (devp - devp->hd_hpets->hp_dev);
writel(isr, &hpet->hpet_isr);
}
writeq(g, &timer->hpet_config);
Expand Down Expand Up @@ -769,7 +769,7 @@ static unsigned long hpet_calibrate(struct hpets *hpetp)
if (!timer)
return 0;

hpet = hpets->hp_hpet;
hpet = hpetp->hp_hpet;
t = read_counter(&timer->hpet_compare);

i = 0;
Expand Down

0 comments on commit 3b12ac4

Please sign in to comment.